bump version

This commit is contained in:
DJ2LS 2024-05-11 13:31:52 +02:00
parent f102b4eaab
commit 76cfa89968
2 changed files with 2 additions and 2 deletions

View file

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

View file

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