Skip to content

Commit

Permalink
Updated mod version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Feb 18, 2021
1 parent ca44af0 commit 8b7f603
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 @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G


# Mod Properties
mod_version = 0.9.0-pre12
mod_version = 0.9.0
maven_group = redstonetweaks
archives_base_name = redstonetweaks

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/redstonetweaks/RedstoneTweaks.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class RedstoneTweaks implements ModInitializer {

public static final Logger LOGGER = LogManager.getLogger("Redstone Tweaks");

public static final RedstoneTweaksVersion MOD_VERSION = RedstoneTweaksVersion.createSnapshot(0, 9, 0, 12);
public static final RedstoneTweaksVersion MOD_VERSION = RedstoneTweaksVersion.createRelease(0, 9, 0);

@Override
public void onInitialize() {
Expand Down

0 comments on commit 8b7f603

Please sign in to comment.