Skip to content

Commit

Permalink
Version 1.12.2-0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldexun committed Mar 8, 2023
1 parent 8ff0c1f commit 8556442
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.9
mod_version=0.5.10
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.9";
public static final String VERSION = "0.5.10";
public static final VersionDelimiter VERSION_DELIMITER = VersionDelimiter.parse(VERSION);

@Mod.Instance(RLTweaker.MODID)
Expand Down

0 comments on commit 8556442

Please sign in to comment.