Skip to content

Commit

Permalink
Version 1.12.2-0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldexun committed Mar 4, 2023
1 parent b4f5d3e commit ffccbe7
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 @@ -15,6 +15,6 @@ mappings_version=20171003-1.12
# mod
mod_id=rltweaker
mod_name=RLTweaker
mod_version=0.5.7
mod_version=0.5.8
mod_stage=
mod_plugin_class=com.charles445.rltweaker.asm.CoreLoader
2 changes: 1 addition & 1 deletion src/main/java/com/charles445/rltweaker/RLTweaker.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class RLTweaker
{
public static final String MODID = "rltweaker";
public static final String NAME = "RLTweaker";
public static final String VERSION = "0.5.7";
public static final String VERSION = "0.5.8";
public static final VersionDelimiter VERSION_DELIMITER = new VersionDelimiter(VERSION);

@Mod.Instance(RLTweaker.MODID)
Expand Down

0 comments on commit ffccbe7

Please sign in to comment.