Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
oops, version bump in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MochaIcedTea committed Apr 13, 2024
1 parent e32f38b commit cf1e111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minecraft_version = 1.5.2
yarn_mappings = 1.5.2+build.202201092137
loader_version = 1.0.0

mod_version = 2
mod_version = 3
maven_group = net.fabricmc
archives_base_name = random-stuff

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class RandomThingsAddon extends BTWAddon {
public static Boolean shouldShowRealTimer;

private RandomThingsAddon() {
super("Random Things", "2", "Rand");
super("Random Things", "3", "Rand");
}

@Override
Expand Down

0 comments on commit cf1e111

Please sign in to comment.