diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 6204de6aa..e2b4cf9a6 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -42,8 +42,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 143; - static final String VERSION_NAME = "0143 Beta"; + static final int VERSION = 144; + static final String VERSION_NAME = "0144 Beta"; static Platform platform;