diff --git a/bottles/constants.py b/bottles/constants.py
index 8ea760e1f64..7baed3b8a69 100644
--- a/bottles/constants.py
+++ b/bottles/constants.py
@@ -38,7 +38,7 @@ class App:
application_id = "com.github.mirkobrombin.bottles"
application_name = _('Bottles')
application_description = _('Easily manage your Wine bottles')
- application_version ="0.1.4"
+ application_version ="0.1.5"
app_years = "2017-2018"
main_url = "https://github.com/mirkobrombin/bottles"
bug_url = "https://github.com/mirkobrombin/bottles/issues/labels/bug"
diff --git a/com.github.mirkobrombin.bottles b/com.github.mirkobrombin.bottles
index d3ba40a7a14..e016b6f07a5 100644
--- a/com.github.mirkobrombin.bottles
+++ b/com.github.mirkobrombin.bottles
@@ -27,4 +27,4 @@ sys.path.insert(0, modules_path)
import main
-main.start()
+# main.start()
diff --git a/data/com.github.mirkobrombin.bottles.appdata.xml b/data/com.github.mirkobrombin.bottles.appdata.xml
index f8c18dca8cd..dabc466e7f9 100644
--- a/data/com.github.mirkobrombin.bottles.appdata.xml
+++ b/data/com.github.mirkobrombin.bottles.appdata.xml
@@ -52,7 +52,7 @@
#95005D
-
+
- Fixed launch script
diff --git a/debian/changelog b/debian/changelog
index b0b9afa70ed..3bec4cc52f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-com.github.mirkobrombin.bottles (0.1.4) precise; urgency=low
+com.github.mirkobrombin.bottles (0.1.5) precise; urgency=low
* Fix bugs
- -- Mirko Brombin Mon, 11 Nov 2017 23:18:00 +0200
+ -- Mirko Brombin Mon, 11 Nov 2017 19:09:00 +0200
diff --git a/setup.py b/setup.py
index d450f054d93..2cd126f291a 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@
(inst_path+'/locale/de_DE/LC_MESSAGES',['bottles/locale/de_DE/LC_MESSAGES/bottles.po']),]
setup( name='Bottles',
- version='0.1.4',
+ version='0.1.5',
author='Mirko Brombin',
description='Easily manage your Wine bottles',
url='https://github.com/mirkobrombin/bottles',