version update

This commit is contained in:
DJ2LS 2023-10-23 13:36:10 +02:00
parent 8f1d7d2918
commit 9cb5134737
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"name": "FreeDATA",
"description": "FreeDATA",
"private": true,
"version": "0.11.0-alpha.5",
"version": "0.11.0-alpha.6",
"main": "dist-electron/main/index.js",
"scripts": {
"start": "git pull && npm i && vite",

View file

@ -134,7 +134,7 @@ class TCIParam:
@dataclass
class Modem:
version = "0.11.0-alpha.5"
version = "0.11.0-alpha.6"
host: str = "0.0.0.0"
port: int = 3000
SOCKET_TIMEOUT: int = 1 # seconds