From 9df70c7c77bd6440645a4fa809ea97099977bb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=BCleyman=20Emre=20F=C4=B1st=C4=B1k=C3=A7=C4=B1o=C4=9F?= =?UTF-8?q?lu?= <32206317+erkerkiii@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:04:18 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dec81ae..32a06d8 100644 --- a/README.md +++ b/README.md @@ -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" } ``` @@ -285,4 +285,4 @@ private void Bar(FooSignal fooSignal) signalCenter.Subscribe(Action); //to subscribe signalCenter.Unsubscribe(Action); //to unsubscribe signalCenter.Fire(new FooSignal()); //to fire signals -``` \ No newline at end of file +```