Skip to content

Commit e529763

Browse files
authored
update package version (#564)
1 parent 53c0db9 commit e529763

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes in Fbx Exporter
22

3+
## [4.0.0] - 2021-03-02
4+
### Changed
5+
- Update from prerelease to released package (remove "pre" from version).
6+
37
## [4.0.0-pre.4] - 2021-01-26
48
### Fixed
59
- Fix ArgumentNullException on Linux when opening Export Options window.

com.unity.formats.fbx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName": "FBX Exporter",
4-
"version": "4.0.0-pre.4",
4+
"version": "4.0.0",
55
"dependencies": {
66
"com.unity.timeline": "1.0.0",
7-
"com.autodesk.fbx": "4.0.0-pre.2"
7+
"com.autodesk.fbx": "4.0.0"
88
},
99
"unity": "2019.4",
1010
"unityRelease": "0f1",

0 commit comments

Comments
 (0)