Incr Next Version

This commit is contained in:
Mashintime 2024-02-17 12:55:10 -05:00
parent 7eaac1cc29
commit c26f9cb9ba
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.13.5-alpha",
"version": "0.13.6-alpha",
"main": "dist-electron/main/index.js",
"scripts": {
"start": "vite",

View file

@ -29,7 +29,7 @@ app = Flask(__name__)
CORS(app)
CORS(app, resources={r"/*": {"origins": "*"}})
sock = Sock(app)
MODEM_VERSION = "0.13.5-alpha"
MODEM_VERSION = "0.13.6-alpha"
# set config file to use
def set_config():