Skip to content

Commit

Permalink
Update to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Keir Nellyer committed Apr 4, 2012
1 parent 1aa777e commit 491432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion My First Game/src/me/iKeirNez/FirstGame/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Main {

public static int w = 600;
public static int h = 400;
public static String version = "1.1";
public static String version = "1.2";

public static void main(String args[]){
f.setSize(w, h);
Expand Down

0 comments on commit 491432b

Please sign in to comment.