Skip to content

Commit 822f6bb

Browse files
committed
package version to 1.0.4 (edwon tools version to 1.1.0)
1 parent e9abf91 commit 822f6bb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Packages/Physics Rig Tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.edwon.physicsrigtools",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"displayName": "Physics Rig Tools",
55
"description": "Unity tools for making physics based animation rigs",
66
"unity": "2019.2",
@@ -13,7 +13,7 @@
1313
},
1414
"type": "tool",
1515
"dependencies": {
16-
"com.edwon.unitytools": "1.0.8"
16+
"com.edwon.tools": "1.1.0"
1717
},
1818
"samples": [
1919
{

Packages/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
3-
"com.edwon.unitytools": "https://github.com/edwonia/Unity-Tools.git?path=/Packages/Unity Tools#1.0.8",
3+
"com.edwon.tools": "https://github.com/edwonia/Unity-Tools.git?path=/Packages/Unity Tools#1.1.0",
4+
"com.edwon.physicsrigtools": "1.0.4",
45
"com.unity.ide.visualstudio": "2.0.3",
56
"com.unity.ide.vscode": "1.2.3",
67
"com.unity.ugui": "1.0.0",

0 commit comments

Comments
 (0)