diff --git a/pom.xml b/pom.xml
index a3c378d..80300b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
info.istlab.IoTP
IoTP
jar
- 0.228
+ 0.229
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 008fe91..e94c331 100644
--- a/src/main/java/info/istlab/IoTP/Launcher.java
+++ b/src/main/java/info/istlab/IoTP/Launcher.java
@@ -26,8 +26,8 @@
public class Launcher extends JFrame implements MouseInputListener, KeyListener, Runnable {
public static Launcher theapp;
- public static String version = "0.228";
- static int reboot_msec = 3000;
+ public static String version = "0.229";
+ static int reboot_msec = 2000;
// JPanel mainP;
File root;
JTree tree;