Skip to content

Commit

Permalink
UniVRM-0.99.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Jun 28, 2022
1 parent d2d13d1 commit 0dc9a0d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static partial class UniGLTFVersion
{
public const int MAJOR = 2;
public const int MINOR = 35;
public const int PATCH = 1;
public const string VERSION = "2.35.1";
public const int PATCH = 2;
public const string VERSION = "2.35.2";
}
}
4 changes: 2 additions & 2 deletions Assets/UniGLTF/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.gltf",
"version": "0.99.1",
"version": "0.99.2",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2019.4",
Expand All @@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.99.1"
"com.vrmc.vrmshaders": "0.99.2"
}
}
4 changes: 2 additions & 2 deletions Assets/VRM/Runtime/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 = 99;
public const int PATCH = 1;
public const string VERSION = "0.99.1";
public const int PATCH = 2;
public const string VERSION = "0.99.2";
}
}
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.99.1",
"version": "0.99.2",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2019.4",
Expand All @@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.99.1",
"com.vrmc.gltf": "0.99.1"
"com.vrmc.vrmshaders": "0.99.2",
"com.vrmc.gltf": "0.99.2"
},
"samples": [
{
Expand Down
6 changes: 3 additions & 3 deletions Assets/VRM10/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrm",
"version": "0.99.1",
"version": "0.99.2",
"displayName": "VRM-1.0β",
"description": "VRM-1.0β importer",
"unity": "2019.4",
Expand All @@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.99.1",
"com.vrmc.gltf": "0.99.1"
"com.vrmc.vrmshaders": "0.99.2",
"com.vrmc.gltf": "0.99.2"
},
"samples": [
{
Expand Down
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.99.1",
"version": "0.99.2",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2019.4",
Expand Down

0 comments on commit 0dc9a0d

Please sign in to comment.