Skip to content

Commit

Permalink
Version 2.1.3
Browse files Browse the repository at this point in the history
- Importing and exporting shortrot animations is broken
  • Loading branch information
Justin113D authored Feb 25, 2024
1 parent 30fc9f7 commit 70d4a66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Sonic Adventure I/O",
"author": "Justin113D, ItsEasyActually, X-Hax",
"description": "Import/Exporter for Sonic Adventure Model, Animation and other Formats.",
"version": (2, 1, 2),
"version": (2, 1, 3),
"blender": (4, 0, 0),
"location": "",
"warning": "",
Expand Down
2 changes: 1 addition & 1 deletion blender/__initdev__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Sonic Adventure I/O TEST BUILD",
"author": "Justin113D, ItsEasyActually, X-Hax",
"description": "Import/Exporter for Sonic Adventure Model, Animation and other Formats.",
"version": (2, 1, 2),
"version": (2, 1, 3),
"blender": (4, 0, 0),
"location": "",
"warning": "",
Expand Down
2 changes: 1 addition & 1 deletion dotnet/SAIO.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="SA3D.Common" Version="1.4.6" />
<PackageReference Include="SA3D.Texturing" Version="1.3.6" />
<PackageReference Include="SA3D.Archival" Version="1.1.1" />
<PackageReference Include="SA3D.Modeling" Version="1.1.1" />
<PackageReference Include="SA3D.Modeling" Version="1.1.2" />
<PackageReference Include="SA3D.Modeling.JSON" Version="1.0.1" />
<PackageReference Include="SA3D.SA2Event" Version="1.0.3" />
</ItemGroup>
Expand Down

0 comments on commit 70d4a66

Please sign in to comment.