Skip to content

Commit 453f988

Browse files
authored
FBX-102 update version (#572)
* update version
1 parent 71ed9c6 commit 453f988

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

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

3-
## [4.0.0] - 2021-03-02
3+
## [4.0.1] - 2021-03-10
44
### Changed
5-
- Update from prerelease to released package (remove "pre" from version).
5+
- Update from prerelease to released package.
6+
- Updated the FBX SDK bindings to 4.0.1.
67

78
## [4.0.0-pre.4] - 2021-01-26
89
### Fixed

com.unity.formats.fbx/Documentation~/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To manually install an Autodesk® Maya® or Autodesk® Maya LT™ Integration:
6464
`UnityFbxForMaya {Version} {UnityIntegrationsPath}/Integrations/Autodesk/maya`
6565

6666
**Note:** You need to replace:
67-
* `{Version}` by the version number of your FBX Exporter package (for example, `4.0.0`)
67+
* `{Version}` by the version number of your FBX Exporter package (for example, `4.0.1`)
6868
* `{UnityIntegrationsPath}` by the location where you unzipped `UnityFbxForMaya.zip` in first step.
6969
<br />
7070

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",
4+
"version": "4.0.1",
55
"dependencies": {
66
"com.unity.timeline": "1.0.0",
7-
"com.autodesk.fbx": "4.0.0"
7+
"com.autodesk.fbx": "4.0.1"
88
},
99
"unity": "2019.4",
1010
"unityRelease": "0f1",

0 commit comments

Comments
 (0)