Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-web committed Feb 9, 2022
1 parent 8eadb61 commit 63dcadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flbmusic",
"version": "1.1.9",
"version": "1.2.0",
"private": true,
"description": "A Beautiful and Feature Rich Music Player",
"repository": {
Expand All @@ -17,7 +17,7 @@
"lint": "vue-cli-service lint --fix -f codeframe",
"build": "vue-cli-service electron:build --skip-plugins @vue/cli-plugin-eslint",
"push-update": "vue-cli-service electron:build -- -p always",
"deploy:steps": "git commit -am vx.x.x && git tag vx.x.x && git push --tags"
"deploy-steps": "git commit -am v1.2.0 && git tag v1.2.0 && git push --tags"
},
"dependencies": {
"@supabase/supabase-js": "^1.21.0",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/root/side-nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'sideNav-group'
]"
>
<router-link to="/meld">
<router-link to="/">
<img
title="FLBing"
class="icon"
Expand Down

0 comments on commit 63dcadc

Please sign in to comment.