hotfix: version update

This commit is contained in:
dj2ls 2022-11-06 18:26:52 +01:00
parent fadd3d9b78
commit 33e6a6784a
2 changed files with 2 additions and 2 deletions

View file

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