updates for v0.1.0, update some js packages

This commit is contained in:
sawka
2023-01-16 23:44:50 -08:00
parent 8a7a114671
commit daeef7a4d0
6 changed files with 519 additions and 407 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const webpack = require('webpack');
const merge = require('webpack-merge');
const common = require('./webpack.electron.js');
const moment = require("dayjs");
const VERSION = "v0.1.0";
const VERSION = "v0.1.1";
const path = require("path");
function makeBuildStr() {