Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinovon committed Dec 31, 2024
1 parent 23855b1 commit 514cb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/emulator/Emulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

public class Emulator implements Runnable {
public static boolean debugBuild = true;
public static String version = "2.18";
public static String version = "2.18.1";
public static String revision = "";
public static final int numericVersion = 27;
public static final int numericVersion = 28;

static EmulatorImpl emulatorimpl;
private static MIDlet midlet;
Expand Down

0 comments on commit 514cb9a

Please sign in to comment.