From 8ddfcce66b712aa95b2767d42e196d5f9292d83f Mon Sep 17 00:00:00 2001 From: game-workstore-bot Date: Mon, 16 Jan 2023 00:31:56 +0000 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99f3e7d..6b59517 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ Use it your own risk! At package.json, add these lines of code: ```json -"com.gameworkstore.protocolui": "https://github.com/GameWorkstore/protocolui.git#1.1.4" -"com.gameworkstore.patterns": "https://github.com/GameWorkstore/patterns.git#1.2.0" +"com.gameworkstore.protocolui": "https://github.com/GameWorkstore/protocolui.git#1.2.4" +"com.gameworkstore.patterns": "https://github.com/GameWorkstore/patterns.git#1.3.2" ``` And wait for unity to download and compile the package. you can upgrade your version by including the release version at end of the link: ```json -"com.gameworkstore.protocolui": "https://github.com/GameWorkstore/protocolui.git#1.1.5" +"com.gameworkstore.protocolui": "https://github.com/GameWorkstore/protocolui.git#1.2.4" ``` # Contributions