diff --git a/manifest.json b/manifest.json index dcfde65..cfda48c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "oz-clear-unused-images", "name": "Clear Unused Images", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "0.11.13", "description": "Clear the images that you are not using anymore in your markdown notes to save space.", "author": "Ozan", diff --git a/package.json b/package.json index 8a06f5a..0db3bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oz-clear-unused-images", - "version": "1.0.4", + "version": "1.0.5", "description": "Clear the images that you are not using anymore in your markdown notes to save space.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 40823bb..04791dd 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.0.5": "0.11.13", "1.0.4": "0.11.13", "1.0.3": "0.11.13", "1.0.2": "0.11.13",