Skip to content

Commit d57908e

Browse files
committed
feat: Bump version
1 parent 7c326eb commit d57908e

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Beta 1.2.1
1+
## Beta 1.2.2
22

33
### What’s New
4-
- **Supports Minecraft 1.21.10**
4+
- **Supports Minecraft 1.21.11**
5+
- **Supports Minecraft Forge in 1.20.1**
6+
- **Cursor changes when PackEntryWidget hovered**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ modDescription=Adds auto-update support for resource packs
55
modLicense=MIT
66
modAuthor=AdamCalculator, Riflusso
77
modGroup=com.calculatorsteam
8-
modVersion=1.2.1-b
8+
modVersion=1.2.2-b
99

1010
modrinthId=IT6fZgjc
1111
curseforgeSlug=dynamicpack

gradle/wrapper/gradle-wrapper.jar

1.83 KB
Binary file not shown.

gradlew

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/kotlin/com/calculatorsteam/dynamicpack/Constants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ object Constants {
1313
const val DEBUG_ALLOW_UNSECURE: Boolean = false
1414
@JvmField var DEBUG_LOGS: Boolean = false
1515

16-
const val VERSION_BUILD: Long = 51
17-
const val VERSION_NAME_MOD: String = "1.2.1"
16+
const val VERSION_BUILD: Long = 52
17+
const val VERSION_NAME_MOD: String = "1.2.2"
1818
/*? if >=1.21.11 {*/
1919
const val VERSION_NAME_BRANCH: String = "mc1.21.11"
2020
/*?} else if >=1.21.9 {*/

0 commit comments

Comments
 (0)