increased version information and updated npm packages

This commit is contained in:
dj2ls 2022-06-09 21:47:11 +02:00
parent 1e968fcf6d
commit 3618792598
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.4.0-alpha.9",
"version": "0.4.1-alpha",
"description": "FreeDATA ",
"main": "main.js",
"scripts": {
@ -30,11 +30,11 @@
"dependencies": {
"blob-util": "^2.0.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"bootstrap-icons": "^1.8.3",
"bootswatch": "^5.1.3",
"chart.js": "^3.7.1",
"chart.js": "^3.8.0",
"chartjs-plugin-annotation": "^1.4.0",
"electron-log": "^4.4.6",
"electron-log": "^4.4.7",
"electron-updater": "^5.0.1",
"emoji-picker-element": "^1.11.3",
"emoji-picker-element-data": "^1.3.0",
@ -46,7 +46,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"electron": "^18.1.0",
"electron": "^19.0.4",
"electron-builder": "^23.0.3"
},
"build": {

View file

@ -10,7 +10,7 @@ Not nice, suggestions are appreciated :-)
import subprocess
VERSION = "0.4.0-alpha"
VERSION = "0.4.1-alpha"
# DAEMON
DAEMONPORT: int = 3001