Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PancakeTAS committed Dec 9, 2022
1 parent 8584644 commit f08d05c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LoTAS-Fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import groovy.json.JsonOutput

version = "2.0.5"
version = "2.1.0"
group = "de.pfannekuchen.lotas"

apply from: 'versions2/preprocessor.gradle'
Expand Down
2 changes: 1 addition & 1 deletion LoTAS-Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "lotas",
"version": "2.0.5",
"version": "2.1.0",

"name": "LoTAS",
"description": "Low Optimization Tool Assisted Speedrun Mod",
Expand Down
6 changes: 4 additions & 2 deletions LoTAS-Fabric/src/main/resources/lotas.mixin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
"accessors.AccessorDimensionTypes",
"accessors.AccessorLevelStorage",
"patches.MixinSheepPatch",
"patches.MixinInaccuracyPatch",
"patches.MixinLevelStorage"
//#if MC<11601
"patches.MixinLevelStorage",
//#endif
"patches.MixinInaccuracyPatch"
],
"client": [
"MixinMinecraftClient",
Expand Down
2 changes: 1 addition & 1 deletion LoTAS-Fabric/versions2/common.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = "2.0.5"
version = "2.1.0"
group = "de.pfannekuchen.lotas"
archivesBaseName = "lotas"

Expand Down
2 changes: 1 addition & 1 deletion LoTAS-Forge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import groovy.json.JsonOutput

version = "2.0.5"
version = "2.1.0"
group= "de.pfannekuchen.lotas"

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion LoTAS-Forge/versions/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'org.spongepowered.mixin'
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = "2.0.5"
version = "2.1.0"
group= "de.pfannekuchen.lotas"
archivesBaseName = "LoTAS"

Expand Down

0 comments on commit f08d05c

Please sign in to comment.