From bc27880de15a6a83c3f222f58b9b6605e2f4a1ab Mon Sep 17 00:00:00 2001 From: oneRain Date: Fri, 21 May 2021 15:32:20 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 173ad29..73e31e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ```json "dependencies": { - "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.7.5", - "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.7.5" + "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-${latest-version}", + "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-${latest-version}" } ```