Merge pull request #2734 from ousttrue/version/v0_130_1

UniVRM-0.130.1
This commit is contained in:
ousttrue 2025-10-06 17:53:23 +09:00 committed by GitHub
commit c7212c7988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 0;
public const int MINOR = 130;
public const int PATCH = 0;
public const string VERSION = "0.130.0";
public const int PATCH = 1;
public const string VERSION = "0.130.1";
}
}

View File

@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 2;
public const int MINOR = 66;
public const int PATCH = 0;
public const string VERSION = "2.66.0";
public const int PATCH = 1;
public const string VERSION = "2.66.1";
}
}

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.gltf",
"version": "0.130.0",
"version": "0.130.1",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2021.3",

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.130.0",
"version": "0.130.1",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2021.3",
@ -14,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.gltf": "0.130.0",
"com.vrmc.gltf": "0.130.1",
"com.unity.ugui": "1.0.0"
},
"samples": [

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrm",
"version": "0.130.0",
"version": "0.130.1",
"displayName": "VRM-1.0",
"description": "VRM-1.0 importer",
"unity": "2021.3",
@ -15,7 +15,7 @@
},
"dependencies": {
"com.unity.timeline": "1.7.6",
"com.vrmc.gltf": "0.130.0"
"com.vrmc.gltf": "0.130.1"
},
"samples": [
{