Skip to content

Commit 3a62f20

Browse files
committed
Uni-21319 update version number
1 parent 6365cde commit 3a62f20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/FbxExporters/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
55
Licensed under the ##LICENSENAME##.
66
See LICENSE.md file for full license information.
77

8-
**Version**: 0.0.4a
8+
**Version**: 0.0.55555a
99

1010
Requirements
1111
------------

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See LICENSE.md file in the project root for full license information.
88
Requirements
99
------------
1010

11-
* [FBX SDK C# Bindings v0.0.3a or higher](https://github.com/Unity-Technologies/FbxSharp)
11+
* [FBX SDK C# Bindings v0.0.4a or higher](https://github.com/Unity-Technologies/FbxSharp)
1212

1313
Packaging
1414
---------
@@ -22,7 +22,7 @@ git clone https://github.com/Unity-Technologies/FbxExporters.git
2222
export PROJECT_PATH=~/Development/FbxExporters
2323
export UNITY3D_PATH=/Applications/Unity\ 5.6.1f1/Unity.app/Contents/MacOS/Unity
2424
export PACKAGE_NAME=FbxExporters
25-
export PACKAGE_VERSION=0.0.4a
25+
export PACKAGE_VERSION=0.0.5a
2626
export FBXSDK_PACKAGE_PATH=~/Development/FbxSharp/FbxSdk_0.0.4a.unitypackage
2727
2828
"${UNITY3D_PATH}" -projectPath "${PROJECT_PATH}" -importPackage ${FBXSDK_PACKAGE_PATH} -quit
@@ -38,7 +38,7 @@ git clone https://github.com/Unity-Technologies/FbxExporters.git
3838
set PROJECT_PATH=%cd%/FbxExporters
3939
set UNITY3D_PATH="C:/Program Files/Unity/Editor/Unity.exe"
4040
set PACKAGE_NAME=FbxExporters
41-
set PACKAGE_VERSION=0.0.3a
41+
set PACKAGE_VERSION=0.0.5a
4242
set FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
4343
4444
%UNITY3D_PATH% -projectPath "%PROJECT_PATH%" -importPackage %FBXSDK_PACKAGE_PATH% -quit

0 commit comments

Comments
 (0)