diff --git a/manifest.json b/manifest.json index 079b34e..9d952f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mixtape", "name": "Mixtape", - "version": "0.0.6", + "version": "0.0.7", "minAppVersion": "1.7.0", "description": "Scrapes audio files from one or more markdown and arranges them in a playlist element.", "author": "Jesse Williams", diff --git a/package-lock.json b/package-lock.json index 700cc6a..c5d068a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Mixtape", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Mixtape", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 75324aa..c00e4d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Mixtape", - "version": "0.0.6", + "version": "0.0.7", "description": "Scrapes audio files from one or more markdown files and arranges them in a playlist element.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5cf824a..caa7e1c 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.0.3": "1.7.0", "0.0.4": "1.7.0", "0.0.5": "1.7.0", - "0.0.6": "1.7.0" + "0.0.6": "1.7.0", + "0.0.7": "1.7.0" } \ No newline at end of file