We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c17334 commit d97db37Copy full SHA for d97db37
2 files changed
change_log.txt
@@ -64,3 +64,12 @@ v4.6.3
64
65
v4.6.4
66
* Fix import command not working
67
+
68
+v4.7.0
69
+* Add support of minecraft 1.17
70
+* Improve parsing of minecraft versions
71
72
+v4.8.0
73
+* Add support of minecraft 1.19
74
+ * Add new mangrove plate and signs
75
+* Add missing polished_blackstone_pressure_plate
pom.xml
@@ -11,7 +11,7 @@
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
<buildNumber></buildNumber>
14
- <tagVersion>4.7.0</tagVersion>
+ <tagVersion>4.8.0</tagVersion>
15
</properties>
16
17
<build>
0 commit comments