diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 9ad711a6e..e5998aafc 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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";