diff --git a/deb/qrhythmcafe.desktop b/deb/qrhythmcafe.desktop index ce1438d..8950de2 100644 --- a/deb/qrhythmcafe.desktop +++ b/deb/qrhythmcafe.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=0.1.0 +Version=0.2.0 Name=QRhythmCafe Comment=A desktop version of rhythm.cafe to download levels directly into the Rhythm Doctor levels folder Exec=/usr/bin/qrhythmcafe diff --git a/deb/qrhythmcafe/DEBIAN/control b/deb/qrhythmcafe/DEBIAN/control index a8a13db..be3bdfc 100644 --- a/deb/qrhythmcafe/DEBIAN/control +++ b/deb/qrhythmcafe/DEBIAN/control @@ -1,5 +1,5 @@ Package: qrhythmcafe -Version: 0.1.0 +Version: 0.2.0 Maintainer: chocolateimage Architecture: all Description: A desktop version of rhythm.cafe to download levels directly into the Rhythm Doctor levels folder diff --git a/utils.py b/utils.py index 93bc4ba..3dbb0d3 100644 --- a/utils.py +++ b/utils.py @@ -13,7 +13,7 @@ from PyQt5.QtWidgets import QApplication from PyQt5.QtGui import QPalette -VERSION_NUMBER = "0.1.0" +VERSION_NUMBER = "0.2.0" def get_temp_folder():