diff options
author | J10a1n15 <45315647+j10a1n15@users.noreply.github.com> | 2024-04-13 22:21:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 22:21:30 +0200 |
commit | a203261378cbaab9761f64544ff0a8ecb5194657 (patch) | |
tree | d4b07e19f7a9236412ad7646085c47e2935ed765 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 1e4c642ebf9ae5d061f62ebdff71b53cb4fb9e10 (diff) | |
download | skyhanni-a203261378cbaab9761f64544ff0a8ecb5194657.tar.gz skyhanni-a203261378cbaab9761f64544ff0a8ecb5194657.tar.bz2 skyhanni-a203261378cbaab9761f64544ff0a8ecb5194657.zip |
Improvement: Added More Mining v3 content to Custom Scoreboard (#1420)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt b/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt index 75569686c..51bf33dbb 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt @@ -11,7 +11,7 @@ import com.google.gson.JsonPrimitive object ConfigUpdaterMigrator { val logger = LorenzLogger("ConfigMigration") - const val CONFIG_VERSION = 36 + const val CONFIG_VERSION = 37 fun JsonElement.at(chain: List<String>, init: Boolean): JsonElement? { if (chain.isEmpty()) return this if (this !is JsonObject) return null |