Skip to content

Commit

Permalink
Version 1.24.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Dec 24, 2023
1 parent 60705be commit d058c21
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version 1.23.1 (TBD)
Version 1.24.0 (TBD)
・Minecraft 1.20.4 is now supported.
・The resulting data version of conversions was changed from 1.19 to 1.16 when converting Xbox 360 data. [x2j, x2b]

Version 1.23.1 (4 Oct 2023)
・Fixed an issue that could cause a crash while converting to Bedrock. [j2b, x2b]

Version 1.23.0 (3 Oct 2023)
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.ja-JP
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
バージョン 1.23.1 (TBD)
バージョン 1.24.0 (TBD)
・Minecraft 1.20.4 に対応しました。
・Xbox 360 のデータを変換する際、変換結果のデータバージョンを 1.19 から 1.16 に変更しました。[x2j, x2b]

バージョン 1.23.1 (2023/10/4)
・統合版への変換中にクラッシュする可能性があった問題を修正しました。[j2b, x2b]

バージョン 1.23.0 (2023/10/3)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.26.3)
enable_language(OBJCXX)
project(je2be-ios LANGUAGES C CXX Swift VERSION 1.23.1)
project(je2be-ios LANGUAGES C CXX Swift VERSION 1.24.0)

set(je2be_product_bundle_identifier "com.github.kbinani.je2be-ios")

Expand Down
2 changes: 1 addition & 1 deletion build/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PODFILE CHECKSUM: f97ab159ab73efbb2bf7007a324bcbab35cacc94
PODFILE CHECKSUM: 5610f4df3a8515c9a7c791409e6aaeed3f2b8b1c

COCOAPODS: 1.12.0
2 changes: 1 addition & 1 deletion resource/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
<dict>
<key>DefaultValue</key>
<string>1.23.1</string>
<string>1.24.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit d058c21

Please sign in to comment.