Skip to content

Commit

Permalink
docs: bump version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 6, 2023
1 parent e56b60f commit a8bfbdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chorus",
"private": true,
"type": "module",
"version": "1.6.1",
"version": "1.7.0",
"scripts": {
"build:chrome": "TARGET=chrome rollup -c",
"watch:chrome": "TARGET=chrome rollup -c -w",
Expand All @@ -14,4 +14,3 @@
"rollup-plugin-chrome-extension": "3.6.12"
}
}

2 changes: 1 addition & 1 deletion src/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"short_name": "Chorus",
"name": "Chorus - Spotify Enhancer",
"description": "Enhance Spotify with controls to save favourite snips, auto-skip tracks, and set global and custom speed. More to come!",
"version": "1.6.1",
"version": "1.7.0",
"manifest_version": 3,
"author": "cdrani",
"action": {},
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"short_name": "Chorus",
"name": "Chorus - Spotify Enhancer",
"description": "Enhance Spotify with controls to save favourite snips, auto-skip tracks, and set global and custom speed. More to come!",
"version": "1.6.1",
"version": "1.7.0",
"manifest_version": 3,
"author": "cdrani",
"action": {},
Expand Down

0 comments on commit a8bfbdc

Please sign in to comment.