Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bookbonobo committed Apr 18, 2024
1 parent 7aac771 commit 86a0ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libby-download-extension",
"version": "0.5.0",
"version": "0.5.1",
"description": "Firefox extension to download Libby audiobooks for transfer to unsupported devices",
"scripts": {
"start": "webpack --watch --config webpack.dev.js",
Expand Down
4 changes: 2 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Libby Download",
"version": "0.5.0",
"version": "0.5.1",
"description": "Downloads Audiobooks for transfer to unsupported devices",
"icons": {
"48": "icons/music-player-fill.svg",
Expand All @@ -26,4 +26,4 @@
"default_title": "Libby Download",
"default_popup": "popup.html"
}
}
}

0 comments on commit 86a0ae3

Please sign in to comment.