mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
bump version
This commit is contained in:
parent
c4ab8dfe4a
commit
de25c95a05
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "FreeDATA",
|
||||
"description": "FreeDATA Client application for connecting to FreeDATA server",
|
||||
"private": true,
|
||||
"version": "0.14.2-alpha",
|
||||
"version": "0.14.3-alpha",
|
||||
"main": "dist-electron/main/index.js",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
|
|
@ -29,7 +29,7 @@ from schedule_manager import ScheduleManager
|
|||
app = Flask(__name__)
|
||||
CORS(app, resources={r"/*": {"origins": "*"}})
|
||||
sock = Sock(app)
|
||||
MODEM_VERSION = "0.14.2-alpha"
|
||||
MODEM_VERSION = "0.14.3-alpha"
|
||||
|
||||
# set config file to use
|
||||
def set_config():
|
||||
|
|
Loading…
Reference in a new issue