bump version

This commit is contained in:
DJ2LS 2024-03-16 16:24:24 +01:00
parent 01b1977630
commit 40f7337b6c
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"name": "FreeDATA",
"description": "FreeDATA Client application for connecting to FreeDATA server",
"private": true,
"version": "0.14.3-alpha",
"version": "0.14.4-alpha",
"main": "dist-electron/main/index.js",
"scripts": {
"start": "vite",

View file

@ -33,7 +33,7 @@ from schedule_manager import ScheduleManager
app = Flask(__name__)
CORS(app, resources={r"/*": {"origins": "*"}})
sock = Sock(app)
MODEM_VERSION = "0.14.3-alpha"
MODEM_VERSION = "0.14.4-alpha"
# set config file to use
def set_config():