version update

This commit is contained in:
DJ2LS 2023-01-21 15:16:47 +01:00
parent 1686f554b1
commit 0635d35443
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.6.11-alpha.3",
"version": "0.6.11-alpha.4",
"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.11-alpha.3"
VERSION = "0.6.11-alpha.4"
ENABLE_EXPLORER = False