version update

This commit is contained in:
DJ2LS 2023-03-23 10:43:58 +01:00
parent 71bbce2922
commit 05cf80a89d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "FreeDATA", "name": "FreeDATA",
"version": "0.8.0-alpha.3", "version": "0.8.0-alpha.4",
"description": "FreeDATA ", "description": "FreeDATA ",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -11,7 +11,7 @@ Not nice, suggestions are appreciated :-)
import subprocess import subprocess
from enum import Enum from enum import Enum
VERSION = "0.8.0-alpha.3" VERSION = "0.8.0-alpha.4"
ENABLE_EXPLORER = False ENABLE_EXPLORER = False
ENABLE_STATS = False ENABLE_STATS = False