hotfix: updated build step

This commit is contained in:
dj2ls 2022-11-06 19:26:47 +01:00
parent 1314140454
commit ce69f2c34d
2 changed files with 2 additions and 2 deletions

View file

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