Skip to content

Commit

Permalink
Merge pull request #500 from ousttrue/bump_0.57.1
Browse files Browse the repository at this point in the history
Bump version to 0.57.1
  • Loading branch information
ousttrue committed Aug 3, 2020
2 parents cd3e672 + 4b7ad19 commit 60a9f3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs
Expand Up @@ -5,7 +5,7 @@ public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 57;
public const int PATCH = 0;
public const string VERSION = "0.57.0";
public const int PATCH = 1;
public const string VERSION = "0.57.1";
}
}
4 changes: 2 additions & 2 deletions Assets/VRM/package.json
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.57.0",
"version": "0.57.1",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
Expand All @@ -14,6 +14,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.57.0"
"com.vrmc.vrmshaders": "0.57.1"
}
}
2 changes: 1 addition & 1 deletion Assets/VRMShaders/package.json
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrmshaders",
"version": "0.57.0",
"version": "0.57.1",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2018.4",
Expand Down

0 comments on commit 60a9f3f

Please sign in to comment.