diff --git a/README.md b/README.md index 19a1e90..70e17b8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Find `Packages/manifest.json` in your project and add the following: ```json { "dependencies": { - "com.supyrb.signals": "https://github.com/supyrb/signals.git#0.3.1", + "com.supyrb.signals": "https://github.com/supyrb/signals.git#0.4.0", "...": "..." } } diff --git a/package.json b/package.json index 2806608..2dbde7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.supyrb.signals", "displayName": "Signals ❇", - "description": "Signals is a powerful, lightweight messaging system that provides sortable, consumable and pausable signals.", + "description": "Signals is a powerful, lightweight messaging system that provides sortable, consumable and pausable signals. Comes with an editor window for easy access to the signals.", "keywords": [ "Signal", "Signals", @@ -10,7 +10,7 @@ "Decoupled" ], "category": "Utility", - "version": "0.3.1", + "version": "0.4.0", "unity": "2018.1", "dependencies": {