From 4ea78356b65c443a58166657d6270498b143db1f Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 22 Jan 2023 09:49:59 +0100 Subject: [PATCH] version update for using latest codec2 --- 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 cdd5c0dd..5733e0a8 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "FreeDATA", - "version": "0.6.11-alpha.5", + "version": "0.6.12-alpha.1", "description": "FreeDATA ", "main": "main.js", "scripts": { diff --git a/tnc/static.py b/tnc/static.py index 45b8e76e..78174ffd 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.5" +VERSION = "0.6.12-alpha.1" ENABLE_EXPLORER = False