Skip to content

Commit

Permalink
chore: Removed preview label
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Oct 26, 2021
1 parent c9dc457 commit 48aef3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Editor/Scripts/OnScriptsReloadHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void Progress()
if (package.name == "com.atteneder.gltfast") {
var version = package.version;
if (Export.Constants.version != version) {
Debug.LogWarning($"Version mismatch in GltfGlobals.cs (is {Export.Constants.version}, should be {version}). Please update!");
Debug.LogWarning($"Version mismatch in Constants.cs (is {Export.Constants.version}, should be {version}). Please update!");
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Scripts/Export/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

namespace GLTFast.Export {
static class Constants {
public const string version = "4.4.0-preview.1";
public const string version = "4.4.0";
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.atteneder.gltfast",
"version": "4.4.0-preview.1",
"version": "4.4.0",
"displayName": "glTFast",
"description": "Load glTF 3D files fast at runtime or import them into the asset database in the Editor",
"unity": "2019.4",
Expand Down Expand Up @@ -29,4 +29,4 @@
},
"type": "library",
"unityRelease": "7f1"
}
}

0 comments on commit 48aef3b

Please sign in to comment.