Skip to content

Commit ca781b1

Browse files
committed
update config library
1 parent 9c892f0 commit ca781b1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@
6060
- Add Option to toggle Freelook
6161
- add Chinese (PRC) translation (@HowardZHY)
6262
- add Chinese (TW) translation (@HowardZHY)
63+
- update config library to 1.0.13
6364

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
// modImplementation files("libs/legacy-modmenu-1.1.1-dev.jar") // Uncomment if you want modmenu in the dev env
6565

6666
modImplementation include("com.github.moehreag:search-in-resources:1.0.2")
67-
modImplementation include('io.github.axolotlclient:AxolotlClient-config:1.0.12+1.8.9')
67+
modImplementation include("io.github.axolotlclient:AxolotlClient-config:${project.config_version}+${project.minecraft_version}")
6868

6969
modApi("org.apache.logging.log4j:log4j-core:2.10.0")
7070
}

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ org.gradle.jvmargs=-Xmx1G
77
loader_version = 0.14.9
88

99
# Mod Properties
10-
mod_version = 2.2.4+1.8.9
10+
mod_version = 2.2.5+1.8.9
1111
maven_group = io.github.axolotlclient
1212
archives_base_name = AxolotlClient
1313

1414
# Dependencies
1515
fabric_version = 1.8.0+1.8.9
16+
17+
# AxolotlClientConfig
18+
config_version = 1.0.13

0 commit comments

Comments
 (0)