Update to v0.9.0

This commit is contained in:
jeffvli 2024-09-10 22:35:20 -07:00
parent 03d97c6b1e
commit 93f2573847
4 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "feishin",
"version": "0.8.1",
"version": "0.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feishin",
"version": "0.8.1",
"version": "0.9.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "feishin",
"productName": "Feishin",
"description": "Feishin music server",
"version": "0.8.1",
"version": "0.9.0",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\" \"npm run build:remote\"",
"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.8.1",
"version": "0.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feishin",
"version": "0.8.1",
"version": "0.9.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "feishin",
"version": "0.8.1",
"version": "0.9.0",
"description": "",
"main": "./dist/main/main.js",
"author": {