Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainyaphthyl committed Sep 16, 2023
1 parent 2f1bef1 commit d51dc44
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 @@ -4,7 +4,7 @@ modId=potato_tech_kit
modName=Potato Tech Kit
# lowercase, without hyphens
modPureName=potteckit
modVersion=undefined-post-0.1.3
modVersion=0.1.4

malilibVersion=0.54.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.apache.logging.log4j.Logger;

public class Reference {
public static final String VERSION = "undefined-post-0.1.3";
public static final String VERSION = "0.1.4";
public static final ModVersion versionObj = ModVersion.getVersion(VERSION);
public static final String NAME = "PotatoTechKit";
public static final String SHORT_NAME = "potteckit";
Expand Down

0 comments on commit d51dc44

Please sign in to comment.