Changed to 128-bit addresses

This commit is contained in:
Mark Qvist 2022-07-03 10:38:39 +02:00
parent 7671a551e4
commit 989ea5ebb4
4 changed files with 11 additions and 8 deletions

View file

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