Skip to content

Commit

Permalink
Update Base.java
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Stefterv authored Dec 12, 2024
1 parent 62c7800 commit 672a936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/processing/app/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
public class Base {
// Added accessors for 0218 because the UpdateCheck class was not properly
// updating the values, due to javac inlining the static final values.
static private final int REVISION = 1294;
static private final int REVISION = 1295;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "1294"; //$NON-NLS-1$
static private String VERSION_NAME = "1295"; //$NON-NLS-1$

static final public String SKETCH_BUNDLE_EXT = ".pdez";
static final public String CONTRIB_BUNDLE_EXT = ".pdex";
Expand Down

0 comments on commit 672a936

Please sign in to comment.