Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Advance version to v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oharaandrew314 committed Jun 28, 2015
1 parent a4d3404 commit d83acd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ The [Tinker Time Wiki](https://github.com/oharaandrew314/TinkerTime/wiki) contai

### Change Log

##### v1.4.4
- Fix App Auto-Updater

##### v1.4.3
- Fix Mod-List Scrollbar not appearing
- Remove Github Fallback crawler (used when API limit exceeded)
Expand Down
2 changes: 1 addition & 1 deletion src/aohara/tinkertime/TinkerTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class TinkerTime {
NAME = "Tinker Time",
AUTHOR = "oharaandrew314",
DOWNLOAD_URL = "https://kerbalstuff.com/mod/243";
public static final Version VERSION = Version.valueOf("1.4.3");
public static final Version VERSION = Version.valueOf("1.4.4");
public static final String
SAFE_NAME = NAME.replace(" ", ""),
FULL_NAME = String.format("%s v%s by %s", NAME, VERSION, AUTHOR);
Expand Down

0 comments on commit d83acd6

Please sign in to comment.