From 04fdba7706c04aa8f72983df82ca166e141d528f Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Fri, 25 Jan 2019 16:50:22 +0900 Subject: [PATCH] Update readme --- Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md b/Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md index 60f16ee..cbbc34a 100644 --- a/Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md +++ b/Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md @@ -87,7 +87,7 @@ 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.4.0", + "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.5.0", ... }, }