Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata committed Oct 13, 2023
1 parent 23d5b4b commit 43b1e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i/Strings.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public final class Strings {

public static final String MOCHA_DOOM_TITLE = "Mocha Doom Alpha 1.6.10";
public static final String MOCHA_DOOM_TITLE = "Mocha Doom Alpha 1.6.11";

public static final String MODIFIED_GAME_TITLE = "Modified game alert";

Expand Down
2 changes: 1 addition & 1 deletion src/mochadoom/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static void main(final String[] argv) throws IOException {
}

/**
* Add eventHandler listeners to JFrame and its Canvas elememt
* Add eventHandler listeners to JFrame and its Canvas element
*/
/*content.addKeyListener(listener);
content.addMouseListener(listener);
Expand Down

0 comments on commit 43b1e08

Please sign in to comment.