Skip to content

Commit

Permalink
Merge branch 'release-1.1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjonte committed Jul 11, 2013
2 parents 128ed98 + a60f6cd commit 96a8cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jzi/view/Window.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public Window() {
+ e.getMessage());
}

setTitle("Java Zombie Invasion");
setTitle("Java Zombie Invasion v1.1");
setSize(new Dimension(1000, 800));
setMinimumSize(new Dimension(640, 480));
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Expand Down

0 comments on commit 96a8cba

Please sign in to comment.