mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
version update
This commit is contained in:
parent
9b13efacba
commit
caaf613446
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "FreeDATA",
|
||||
"version": "0.6.12-alpha.1",
|
||||
"version": "0.6.12-alpha.2",
|
||||
"description": "FreeDATA ",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -11,7 +11,7 @@ Not nice, suggestions are appreciated :-)
|
|||
import subprocess
|
||||
from enum import Enum
|
||||
|
||||
VERSION = "0.6.12-alpha.1"
|
||||
VERSION = "0.6.12-alpha.2"
|
||||
|
||||
ENABLE_EXPLORER = False
|
||||
|
||||
|
|
Loading…
Reference in a new issue