Skip to content

Commit

Permalink
Update to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staniel359 committed Jan 28, 2023
1 parent 6537bb8 commit 4ff5772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muffon",
"version": "1.2.0",
"version": "1.3.0",
"description": "Music streaming browser",
"homepage": "https://github.com/staniel359/muffon",
"bugs": {
Expand All @@ -18,7 +18,7 @@
"scripts": {
"start": "vue-cli-service serve",
"start:electron": "NODE_ENV=development electron .",
"lint": "vue-cli-service lint --no-fix",
"lint": "vue-cli-service lint . --no-fix",
"lint:fix": "vue-cli-service lint",
"build": "vue-cli-service build",
"build:electron": "electron-builder --dir",
Expand Down

0 comments on commit 4ff5772

Please sign in to comment.