From de16ff99275f1aa581f6d87d690b890a19927a17 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Thu, 7 Feb 2019 10:42:39 +0900 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d123fe..d9f5880 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,12 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.coffee.ui-particle": "https://github.com/mob-sakai/ParticleEffectForUGUI.git#2.0.0", + "com.coffee.ui-particle": "https://github.com/mob-sakai/ParticleEffectForUGUI.git#2.1.0", ... }, } ``` -To update the package, change `#2.0.0` to the target version. +To update the package, change `#{version}` to the target version. #### Using .unitypackage file (for Unity 2018.2+)