Bump to v0.0.1-alpha4

This commit is contained in:
jeffvli 2023-01-15 22:22:22 -08:00
parent d23ae2a8db
commit 768269f074
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"name": "feishin",
"productName": "Feishin",
"description": "Feishin music server",
"version": "0.0.1-alpha3",
"version": "0.0.1-alpha4",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",

View file

@ -1,12 +1,12 @@
{
"name": "feishin",
"version": "0.0.1-alpha3",
"version": "0.0.1-alpha4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feishin",
"version": "0.0.1-alpha3",
"version": "0.0.1-alpha4",
"hasInstallScript": true,
"license": "GPL-3.0"
}

View file

@ -1,6 +1,6 @@
{
"name": "feishin",
"version": "0.0.1-alpha3",
"version": "0.0.1-alpha4",
"description": "",
"main": "./dist/main/main.js",
"author": {