Skip to content

Commit 5104a39

Browse files
committed
Bump version 2.0.0
1 parent ad08bd4 commit 5104a39

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "net.santarh.sth-vrm-util",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"displayName": "Sth Vrm Util",
55
"description": "Utilities for VRM",
66
"unity": "2021.3",
77
"author": {
88
"name": "Santarh"
99
},
1010
"dependencies": {
11-
"com.vrmc.vrm": "0.114.0",
12-
"com.vrmc.univrm": "0.114.0",
13-
"com.vrmc.vrmshaders": "0.114.0",
14-
"com.vrmc.gltf": "0.114.0"
11+
"com.vrmc.vrm": "",
12+
"com.vrmc.univrm": "",
13+
"com.vrmc.vrmshaders": "",
14+
"com.vrmc.gltf": ""
1515
}
1616
}

Packages/packages-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@
180180
"depth": 0,
181181
"source": "embedded",
182182
"dependencies": {
183-
"com.vrmc.vrm": "0.114.0",
184-
"com.vrmc.univrm": "0.114.0",
185-
"com.vrmc.vrmshaders": "0.114.0",
186-
"com.vrmc.gltf": "0.114.0"
183+
"com.vrmc.vrm": "",
184+
"com.vrmc.univrm": "",
185+
"com.vrmc.vrmshaders": "",
186+
"com.vrmc.gltf": ""
187187
}
188188
},
189189
"com.unity.modules.ai": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Unity 上部メニューバーから `Window -> Package Manager` を選択し、
1212
そして入力欄に以下の URL を入力し、 `Add` ボタンを押します。
1313

1414
```
15-
https://github.com/Santarh/SthVrmUtil.git?path=/Packages/net.santarh.sth-vrm-util#1.0.0
15+
https://github.com/Santarh/SthVrmUtil.git?path=/Packages/net.santarh.sth-vrm-util#2.0.0
1616
```
1717

1818
## ExpressionWrapper

0 commit comments

Comments
 (0)