mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
version bump
This commit is contained in:
parent
e7c62aace2
commit
b3f4befe3f
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "FreeDATA",
|
||||
"description": "FreeDATA Client application for connecting to FreeDATA server",
|
||||
"private": true,
|
||||
"version": "0.15.2-alpha",
|
||||
"version": "0.15.4-alpha",
|
||||
"main": "dist-electron/main/index.js",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
|
|
@ -36,7 +36,7 @@ from schedule_manager import ScheduleManager
|
|||
app = Flask(__name__)
|
||||
CORS(app, resources={r"/*": {"origins": "*"}})
|
||||
sock = Sock(app)
|
||||
MODEM_VERSION = "0.15.3-alpha"
|
||||
MODEM_VERSION = "0.15.4-alpha"
|
||||
|
||||
# set config file to use
|
||||
def set_config():
|
||||
|
|
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||
|
||||
setup(
|
||||
name='freedata-server',
|
||||
version='0.15.3',
|
||||
version='0.15.4',
|
||||
packages=find_packages(where='.'),
|
||||
package_dir={'': '.'},
|
||||
install_requires=required,
|
||||
|
|
Loading…
Reference in a new issue