Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erkerkiii committed Feb 7, 2023
1 parent 312a830 commit 9df70c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add this to the ```Packages\manifest.json```
Dependencies
```
"dependencies": {
"com.erkerkiii.gum": "1.0.8"
"com.erkerkiii.gum": "1.0.11"
}
```

Expand Down Expand Up @@ -285,4 +285,4 @@ private void Bar(FooSignal fooSignal)
signalCenter.Subscribe<FooSignal>(Action); //to subscribe
signalCenter.Unsubscribe<FooSignal>(Action); //to unsubscribe
signalCenter.Fire(new FooSignal()); //to fire signals
```
```

0 comments on commit 9df70c7

Please sign in to comment.