Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Dec 30, 2021
1 parent f16e5f2 commit 71b16bf
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-rc.1";
return "1.0.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.0-rc.1",
"version": "1.0.0",

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

0 comments on commit 71b16bf

Please sign in to comment.