version changed to 21.1.3

This commit is contained in:
Jindra Petřík
2024-10-29 20:03:20 +01:00
parent c7ae2276ac
commit f113088c38
2 changed files with 10 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
## [21.1.3] - 2024-10-29
### Fixed
- Java 8 compatibility
@@ -3464,7 +3464,7 @@ Major version of SWF to XML export changed to 2.
### Added
- Initial public release
[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.2...dev
[21.1.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.2...version21.1.3
[21.1.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.1...version21.1.2
[21.1.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.0...version21.1.1
[21.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.5...version21.1.0

View File

@@ -65,6 +65,14 @@
</screenshot>
</screenshots>
<releases>
<release version="21.1.3" date="2024-10-29">
<description>
<p>Fixed</p>
<ul>
<li>Java 8 compatibility</li>
</ul>
</description>
</release>
<release version="21.1.2" date="2024-10-29">
<description>
<p>Added</p>