Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit afa1e3a

Browse files
committed
build: 2.2.0 release
1 parent 9b221b7 commit afa1e3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.daemon=false
44
# IBE Editor
55
minecraft_version=1.18.2
66
archives_base_name=IBEEditor
7-
mod_version=2.1.1
7+
mod_version=2.2.0
88
maven_group=com.github.franckyi.ibeeditor
99
# Fabric https://fabricmc.net/develop/
1010
fabric_loader_version=0.14.7

versions.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"2.2.0": {
3+
"type": "release",
4+
"changelog": "* feat: added button to give item from vault\n* feat: potion effects for tipped arrow (#59)\n* feat: Chinese translation (#53)\n* fix: mod not working after changing dimensions\n* fix: GUAPI screen handler not resetting correctly (#60)"
5+
},
26
"2.1.1": {
37
"type": "release",
48
"changelog": "* fix: error when trying to open the NBT editor for a block that doesn't have NBT data (#57)\n* fix: letter added at the end of a formatted text input is not formatted when saving"

0 commit comments

Comments
 (0)