Bump to 0.0.1-alpha6

This commit is contained in:
jeffvli 2023-04-03 03:45:59 -07:00
parent e02643123c
commit b8614495f6
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-alpha5",
"version": "0.0.1-alpha6",
"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-alpha5",
"version": "0.0.1-alpha6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feishin",
"version": "0.0.1-alpha5",
"version": "0.0.1-alpha6",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {

View file

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