version update for hotfix

This commit is contained in:
DJ2LS 2023-01-16 11:51:42 +01:00
parent 310479fef4
commit 1de42f6ff1
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -7,6 +7,7 @@ sounddevice
structlog
ujson
requests
chardet
colorama
ordered-set
nuitka

View File

@ -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