Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AozoraDev committed Nov 12, 2023
1 parent c6788f0 commit e850c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/com/harubyte/mitobi/Configs.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class Configs {
public static final String NAME = "Mitobi";
public static final String VERSION = "1.0";
public static final String VERSION = "1.1";
public static final String TITLE = String.format("%s (v%s)", NAME, VERSION);
public static final String ACTION = "com.harubyte.mitobi.action.MAIN";

Expand Down

0 comments on commit e850c50

Please sign in to comment.