Updated version

This commit is contained in:
Mark Qvist 2022-07-06 13:08:10 +02:00
parent 40cd0b54ab
commit 891423dc65
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ from kivy.metrics import dp
from kivymd.uix.button import MDFlatButton
from kivymd.uix.dialog import MDDialog
__version__ = "0.1.4"
__version__ = "0.1.5"
__variant__ = "alpha"
class SidebandApp(MDApp):

View File

@ -1,2 +1,2 @@
__version__ = "0.1.4"
__version__ = "0.1.5"
__variant__ = "alpha"