From 12470692263d42b3b4b48bbb75e4c019fc799284 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Thu, 7 Feb 2019 09:11:49 +0900 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3edb081..c96060e 100644 --- a/README.md +++ b/README.md @@ -84,11 +84,12 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.5.0", + "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.6.0", ... }, } ``` +To update the package, change `#{version}` to the target version. #### Using .unitypackage file (for Unity 2017.1+)