Skip to content

Commit

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

@Mod.Instance(RLTweaker.MODID)
Expand Down

0 comments on commit c0c45d3

Please sign in to comment.