From 1de42f6ff1b62b885d2a99f580a5a3cf8cbde8e8 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:51:42 +0100 Subject: [PATCH] version update for hotfix --- gui/package.json | 2 +- requirements.txt | 1 + tnc/static.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gui/package.json b/gui/package.json index 7526f68f..a4b4dc52 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "FreeDATA", - "version": "0.6.11-alpha.1", + "version": "0.6.11-alpha.2", "description": "FreeDATA ", "main": "main.js", "scripts": { diff --git a/requirements.txt b/requirements.txt index a2883088..419cee33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ sounddevice structlog ujson requests +chardet colorama ordered-set nuitka diff --git a/tnc/static.py b/tnc/static.py index 8197b077..e156658d 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.11-alpha.1" +VERSION = "0.6.11-alpha.2" ENABLE_EXPLORER = False