update to v1.1.0

This commit is contained in:
Florent 2025-07-13 17:15:45 +02:00
parent bfb577e913
commit 7cdb3e5578
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ from meshcore import TCPConnection, BLEConnection, SerialConnection
from meshcore import MeshCore, EventType, logger
# Version
VERSION = "v1.0.5"
VERSION = "v1.1.0"
# default ble address is stored in a config file
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"