Skip to content

Commit cea4360

Browse files
committed
update version number and release notes
1 parent 6f448ce commit cea4360

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "sprint43")
26+
set(PACKAGE_VERSION "1.3.0a1")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
RELEASE NOTES
22

3+
**Version**: 1.3.0a1
4+
5+
FIXES
6+
* FbxExporter: fixed so last keyframe is exported
7+
* fix Universal Windows Platform build errors
8+
9+
Error caused by UnityFbxSdk.dll being set as compatible with any platform instead of editor only.
10+
311
**Version**: sprint43
412

513
NEW FEATURES

0 commit comments

Comments
 (0)