From 5c041161e60800f27d0a8056ab96696a2e8c45f2 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Wed, 26 Oct 2022 12:11:39 +0200 Subject: [PATCH] revert increase protocol and app version --- gui/package.json | 2 +- tnc/static.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/package.json b/gui/package.json index f7a9ad9b..86f6e817 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "FreeDATA", - "version": "0.6.0-alpha.1", + "version": "0.5.0-alpha.1", "description": "FreeDATA ", "main": "main.js", "scripts": { diff --git a/tnc/static.py b/tnc/static.py index ed69a06d..ef0e2b09 100644 --- a/tnc/static.py +++ b/tnc/static.py @@ -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