revert increase protocol and app version

This commit is contained in:
dj2ls 2022-10-26 12:11:39 +02:00
parent 031e353627
commit 5c041161e6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.6.0-alpha.1",
"version": "0.5.0-alpha.1",
"description": "FreeDATA ",
"main": "main.js",
"scripts": {

View file

@ -11,7 +11,7 @@ Not nice, suggestions are appreciated :-)
import subprocess
from enum import Enum
VERSION = "0.6.0-alpha"
VERSION = "0.5.0-alpha"
# DAEMON
DAEMONPORT: int = 3001