diff --git a/pom.xml b/pom.xml
index 7a63a62..0b42815 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   info.istlab.IoTP
   IoTP
   jar
-  0.42
+  0.43
   IoTP
   http://maven.apache.org
 
diff --git a/src/main/java/info/istlab/IoTP/Launcher.java b/src/main/java/info/istlab/IoTP/Launcher.java
index 713220a..e93aa06 100644
--- a/src/main/java/info/istlab/IoTP/Launcher.java
+++ b/src/main/java/info/istlab/IoTP/Launcher.java
@@ -31,7 +31,7 @@
 public class Launcher extends JFrame implements MouseInputListener, KeyListener, Runnable {
 
     public static Launcher theapp;
-    public static String version = "0.42";
+    public static String version = "0.43";
     static int reboot_msec = 2000;
     // JPanel mainP;
     File root;