Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Jan 20, 2022
1 parent 588980d commit 1f0735b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscript/src/main/java/Buildscript.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public String getModId() {
@Override
public String getVersion() {
// Mod Version
return "1.0.4";
return "1.1.0";
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "vanilla_disable",
"version": "1.0.4",
"version": "1.1.0",

"name": "Vanilla Disable",
"description": "Allows you to disable a lot of vanilla features.",
Expand Down

0 comments on commit 1f0735b

Please sign in to comment.