Bumping version to 0.3.0, removing GreetScreen debug.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2022-10-20 22:05:45 +02:00
parent 4b6d333cee
commit 86656fe46c
Signed by: Ad5001
GPG key ID: 7251B1AF90B960F9
6 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@
"""
from shutil import which
__VERSION__ = "0.2.1"
__VERSION__ = "0.3.0"
is_release = False

View file

@ -201,7 +201,7 @@ Popup {
}
}
Component.onCompleted: if(Helper.getSetting("last_install_greet") != Helper.getVersion()+"a") {
Component.onCompleted: if(Helper.getSetting("last_install_greet") != Helper.getVersion()) {
greetingPopup.open()
}