Merge pull request #2782 from ousttrue/version/v0_131_1
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled

UniVRM-0.131.1
This commit is contained in:
ousttrue
2026-04-13 14:44:02 +09:00
committed by GitHub
6 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 0;
public const int MINOR = 131;
public const int PATCH = 0;
public const string VERSION = "0.131.0";
public const int PATCH = 1;
public const string VERSION = "0.131.1";
}
}

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrm",
"version": "0.131.0",
"version": "0.131.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.131.0"
"com.vrmc.gltf": "0.131.1"
},
"samples": [
{

View File

@@ -163,7 +163,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.vrmc.gltf": "0.131.0",
"com.vrmc.gltf": "0.131.1",
"com.unity.ugui": "1.0.0"
}
},
@@ -173,7 +173,7 @@
"source": "embedded",
"dependencies": {
"com.unity.timeline": "1.7.6",
"com.vrmc.gltf": "0.131.0"
"com.vrmc.gltf": "0.131.1"
}
},
"com.unity.modules.ai": {