diff --git a/gui/package.json b/gui/package.json index d165507e..ac0b4088 100644 --- a/gui/package.json +++ b/gui/package.json @@ -2,7 +2,7 @@ "name": "FreeDATA", "description": "FreeDATA Client application for connecting to FreeDATA server", "private": true, - "version": "0.13.4-alpha", + "version": "0.13.5-alpha", "main": "dist-electron/main/index.js", "scripts": { "start": "vite", diff --git a/modem/server.py b/modem/server.py index 3fb046f4..43b4e8ee 100644 --- a/modem/server.py +++ b/modem/server.py @@ -29,7 +29,7 @@ app = Flask(__name__) CORS(app) CORS(app, resources={r"/*": {"origins": "*"}}) sock = Sock(app) -MODEM_VERSION = "0.13.4-alpha" +MODEM_VERSION = "0.13.5-alpha" # set config file to use def set_config():