version update

This commit is contained in:
DJ2LS 2023-03-21 07:31:04 +01:00
parent d9c249074e
commit 9f5e87f5f9
2 changed files with 2 additions and 2 deletions

View file

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