diff --git a/resources/build.xml b/resources/build.xml
index 0c01d3b..7714a2a 100644
--- a/resources/build.xml
+++ b/resources/build.xml
@@ -15,7 +15,7 @@
-
+
diff --git a/resources/library.properties b/resources/library.properties
index badcae1..d1de5b4 100644
--- a/resources/library.properties
+++ b/resources/library.properties
@@ -38,7 +38,7 @@ paragraph = Includes interface elements such as slider, button, knob, toggle, te
# is used to compare different versions of the same library, and
# check if an update is available. You should think of it as a
# counter, counting the total number of releases you've had.
-version = 82 # This must be parsable as an int
+version = 83 # This must be parsable as an int
# The version as the user will see it. If blank, the version attribute will be used here
-prettyVersion = 2.2.3 # This is treated as a String
+prettyVersion = 2.2.4 # This is treated as a String
diff --git a/src/controlP5/ControlP5.java b/src/controlP5/ControlP5.java
index dd8acdf..6467770 100755
--- a/src/controlP5/ControlP5.java
+++ b/src/controlP5/ControlP5.java
@@ -98,7 +98,7 @@ public class ControlP5 extends ControlP5Base {
/**
* @exclude
*/
- @ControlP5.Invisible public static final String VERSION = "2.2.3";// "##version##";
+ @ControlP5.Invisible public static final String VERSION = "2.2.4";// "##version##";
/**
* @exclude