bump version

This commit is contained in:
Jottyfan
2026-04-19 15:59:51 +02:00
parent 074a85343b
commit abf5f4db3f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -7,14 +7,14 @@ org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=26.1.1
minecraft_version=26.1.2
loader_version=0.19.2
loom_version=1.15-SNAPSHOT
# Mod Properties
mod_version=26.1.1.0
mod_version=26.1.2.0
maven_group=de.jottyfan.minecraft
archives_base_name=quickly
# Dependencies
fabric_api_version=0.145.4+26.1.1
fabric_api_version=0.146.1+26.1.2
+1 -1
View File
@@ -24,7 +24,7 @@
},
"depends": {
"fabricloader": ">=0.19.2",
"minecraft": "~26.1.1-",
"minecraft": "~26.1.2-",
"java": ">=25",
"fabric-api": "*"
}