Skip to content

Commit

Permalink
Updating to version 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DizzyThermal committed Mar 28, 2022
1 parent e691b98 commit c97070c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ src/main/resources/maps
src/main/resources/objects
src/main/resources/tiles

src/main/java/com/gamemode/tkviewer/ignore
common/src/main/java/com/gamemode/tkviewer/ignore
tkviewer/src/main/java/com/gamemode/tkviewer/ignore

crash.txt
game.litidata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class TKViewer {

public static final String TKVIEWER_VERSION = "3.5";
public static final String TKVIEWER_VERSION = "3.6";

public static void main(String[] args) {
TKViewerGUI TKViewerGui = new TKViewerGUI("TKViewer - " + TKVIEWER_VERSION);
Expand Down

0 comments on commit c97070c

Please sign in to comment.