Skip to content

Commit

Permalink
Merge pull request #558 from ousttrue/bump_0_60_0
Browse files Browse the repository at this point in the history
Bump version to 0.60.0
  • Loading branch information
ousttrue authored Sep 15, 2020
2 parents a2ffc3c + e8d5a8c commit 2b9ddba
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.59.0",
"version": "0.60.0",
"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 @@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 59;
public const int MINOR = 60;
public const int PATCH = 0;
public const string VERSION = "0.59.0";
public const string VERSION = "0.60.0";
}
}
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.59.0",
"version": "0.60.0",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
Expand All @@ -14,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.59.0",
"com.vrmc.meshutility": "0.59.0"
"com.vrmc.vrmshaders": "0.60.0",
"com.vrmc.meshutility": "0.60.0"
}
}
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.59.0",
"version": "0.60.0",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2018.4",
Expand Down

0 comments on commit 2b9ddba

Please sign in to comment.