Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Bletch1971 committed Jan 7, 2022
1 parent a8b19e2 commit 71fbd2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ forge_version=14.23.5.2768
forge_mappings=snapshot_20180504

#general
mod_version=1.2.0
mod_version=1.2.1
mod_id=TektopiaThief
group_name=bletch.tektopiathief

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class ModDetails extends CommonDetails {
private static final int VersionMajor = 1;
private static final int VersionMinor = 2;
private static final int VersionRevision = 0;
private static final int VersionRevision = 1;

public static final String MOD_ID = "tektopiathief";
public static final String MOD_NAME = "TektopiaThief";
Expand Down

0 comments on commit 71fbd2c

Please sign in to comment.