version update

This commit is contained in:
DJ2LS 2023-03-19 20:43:22 +01:00
parent 7bb21fc4a6
commit 3c9744cb74
2 changed files with 2 additions and 2 deletions

View file

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