Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Dec 31, 2021
1 parent b28be0a commit 82e7a77
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 @@ -42,7 +42,7 @@ public String getModId() {
@Override
public String getVersion() {
// Mod Version
return "1.0.0";
return "1.0.1";
}

@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.0",
"version": "1.0.1",

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

0 comments on commit 82e7a77

Please sign in to comment.