Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyD97 committed Mar 1, 2023
1 parent f91bf72 commit 6c32dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/coreyd97/stepper/Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Globals {
public static final String EXTENSION_NAME = "Stepper";
public static final String VERSION = "1.4.2";
public static final String VERSION = "1.4.3";
public static final String PREF_STEP_SEQUENCES = "sequences";
public static final String PREF_PREV_VERSION = "previousVersion";
public static final String PREF_VARS_IN_ALL_TOOLS = "enableVarsInAll";
Expand Down

0 comments on commit 6c32dd8

Please sign in to comment.