Skip to content

Commit

Permalink
Changed version number to v1.3.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LMH01 committed Feb 8, 2021
1 parent 8940515 commit cfc33b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a little program that can modify some files from Mad Games Tycoon 2.
**If you have any suggestions for this project feel free to submit a feature or pull request**

**Because Mad Games Tycoon 2 is in early access, I can't promise that this version will be compatible with every update to come, but when an update makes this tool incompatible I will do my best to make it compatible again.**
### Download: [v1.3.0](https://github.com/LMH01/MGT2_Mod_Tool/releases/download/v1.3.0/MGT2_Mod_Tool_1.3.0.zip)
### Download: [v1.3.1](https://github.com/LMH01/MGT2_Mod_Tool/releases/download/v1.3.1/MGT2_Mod_Tool_1.3.1.zip)
#### Getting started:
- Install Java 8 (if not already installed)
- Download and extract the `.zip` file
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

sourceCompatibility = 1.8
targetCompatibility = 1.8
project.version = "1.3.0" //remember to change version in main class
project.version = "1.3.1" //remember to change version in main class
archivesBaseName = "MGT2_Mod_Tool"

group = "com.github.lmh01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public class MadGamesTycoon2ModTool {
private static final Logger LOGGER = LoggerFactory.getLogger(MadGamesTycoon2ModTool.class);
public static final String VERSION = "1.3.0";
public static final String VERSION = "1.3.1";
public static void main(String[] args) {
ToolTipManager.sharedInstance().setDismissDelay(30000);
ToolTipManager.sharedInstance().setInitialDelay(500);
Expand Down

0 comments on commit cfc33b7

Please sign in to comment.