diff --git a/package.json b/package.json index 5719ea2..50d94dc 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/static/manifest.json b/static/manifest.json index 5a88f73..891c2e9 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -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", @@ -26,4 +26,4 @@ "default_title": "Libby Download", "default_popup": "popup.html" } -} \ No newline at end of file +}