Skip to content

Commit

Permalink
Version 1.23.1 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Oct 3, 2023
1 parent 0c65fe1 commit 8524be2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Version 1.23.0 (TBD)
Version 1.23.1 (TBD)
・Fixed an issue that could cause a crash while converting to Bedrock. [j2b, x2b]

Version 1.23.0 (3 Oct 2023)
・Added support for Minecraft version 1.20.2.
・Improved the accuracy of item conversion when converting to Bedrock. [j2b, x2b]
・Fixed an issue where some map items could not be converted and would disappear when converting from Bedrock to Java. [b2j]
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.ja-JP
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
バージョン 1.23.0 (TBD)
バージョン 1.23.1 (TBD)
・統合版への変換中にクラッシュする可能性があった問題を修正しました。[j2b, x2b]

バージョン 1.23.0 (2023/10/3)
・Minecraft 1.20.2 に対応しました。
・統合版への変換でアイテムの変換精度を改善しました。[j2b, x2b]
・統合版からJava版への変換で、一部の地図アイテムが変換できず消えてしまう問題を修正しました。[b2j]
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.0)
project(je2be-ios LANGUAGES C CXX Swift VERSION 1.23.1)

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: 4acb85f3cd5d7ae0293b0d273503857984a35c3c
PODFILE CHECKSUM: f97ab159ab73efbb2bf7007a324bcbab35cacc94

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.0</string>
<string>1.23.1</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit 8524be2

Please sign in to comment.