bump Version

ls-pip-adjustments v0.18.1
dj2ls 2026-07-23 10:38:50 +02:00
parent 3ea91e6afb
commit 6835390793
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.18.0",
"version": "0.18.1",
"description": "FreeDATA Client application for connecting to FreeDATA server",
"private": true,
"scripts": {

View File

@ -1,7 +1,7 @@
# Module for saving some constants
CONFIG_ENV_VAR = "FREEDATA_CONFIG"
DEFAULT_CONFIG_FILE = "config.ini"
MODEM_VERSION = "0.18.0"
MODEM_VERSION = "0.18.1"
API_VERSION = 4
ARQ_PROTOCOL_VERSION = 1
LICENSE = "GPL3.0"