diff --git a/manifest.json b/manifest.json index ae2b4e6..524801e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "author": "Aidan Gibson", "authorUrl": "https://github.com/aidan-gibson", "isDesktopOnly": false, - "version": "1.0.40" + "version": "1.0.41" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d6a8d5f..a61c315 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-opener", - "version": "1.0.40", + "version": "1.0.41", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-opener", - "version": "1.0.40", + "version": "1.0.41", "license": "MIT", "dependencies": { "monkey-around": "^2.3.0" diff --git a/package.json b/package.json index 9f8c9f7..8e3ee60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-opener", - "version": "1.0.40", + "version": "1.0.41", "description": "Open links in new/existing tabs by default. Open PDFs in System App by default. Can open other file formats in System Apps if desired.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a87ad6e..5623523 100644 --- a/versions.json +++ b/versions.json @@ -28,5 +28,6 @@ "1.0.37": "0.15.9", "1.0.38": "0.15.9", "1.0.39": "0.15.9", - "1.0.40": "0.15.9" + "1.0.40": "0.15.9", + "1.0.41": "0.15.9" } \ No newline at end of file