Skip to content

Commit

Permalink
Merge pull request #580 from ousttrue/bump_0_61_1
Browse files Browse the repository at this point in the history
Version 0.61.1
  • Loading branch information
ousttrue authored Oct 12, 2020
2 parents 9dd4f2d + f42799e commit 7c03033
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Assets/MeshUtility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.meshutility",
"version": "0.61.0",
"version": "0.61.1",
"displayName": "MeshUtility",
"unity": "2018.4",
"description": "MeshUtility is a package for mesh separation, etc. \n\nCheck out the latest information here: <https://github.com/vrm-c/UniVRM/tree/master/Assets/MeshUtility>",
Expand Down
4 changes: 2 additions & 2 deletions Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 61;
public const int PATCH = 0;
public const string VERSION = "0.61.0";
public const int PATCH = 1;
public const string VERSION = "0.61.1";
}
}
6 changes: 3 additions & 3 deletions Assets/VRM/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.61.0",
"version": "0.61.1",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
Expand All @@ -14,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.61.0",
"com.vrmc.meshutility": "0.61.0"
"com.vrmc.vrmshaders": "0.61.1",
"com.vrmc.meshutility": "0.61.1"
}
}
2 changes: 1 addition & 1 deletion Assets/VRMShaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrmshaders",
"version": "0.61.0",
"version": "0.61.1",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2018.4",
Expand Down

0 comments on commit 7c03033

Please sign in to comment.