Skip to content

Commit

Permalink
Update to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDeml committed Mar 5, 2020
1 parent 27ed94b commit c9547a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"...": "..."
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,7 +10,7 @@
"Decoupled"
],
"category": "Utility",
"version": "0.3.1",
"version": "0.4.0",
"unity": "2018.1",
"dependencies": {

Expand Down

0 comments on commit c9547a8

Please sign in to comment.