mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-07 08:54:57 -04:00
Changed to 128-bit addresses
This commit is contained in:
parent
7671a551e4
commit
989ea5ebb4
4 changed files with 11 additions and 8 deletions
2
main.py
2
main.py
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue