Skip to content

Commit 4bed898

Browse files
committed
Alpha 1.6.1
1 parent d1f392f commit 4bed898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JavaGame Alpha v1.6
1+
JavaGame Alpha v1.6.1
22
=====================
33

44
[![Ohloh Stats](https://www.ohloh.net/p/JavaGame/widgets/project_thin_badge.gif)](https://www.ohloh.net/p/JavaGame)

src/com/redomar/game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class Game extends Canvas implements Runnable {
3434

3535
private static final long serialVersionUID = 1L;
36-
private static final String game_Version = "v1.6 Alpha";
36+
private static final String game_Version = "v1.6.1 Alpha";
3737

3838
// Setting the size and name of the frame/canvas
3939
private static final int WIDTH = 160;

0 commit comments

Comments
 (0)