diff --git a/manifest.json b/manifest.json index 2b54726..0fbf816 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "author": "Aidan Gibson", "authorUrl": "https://github.com/aidan-gibson", "isDesktopOnly": true, - "version": "1.0.28" + "version": "1.0.29" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 62eb9dd..8feb02f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-opener", - "version": "1.0.28", + "version": "1.0.29", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-opener", - "version": "1.0.28", + "version": "1.0.29", "license": "MIT", "dependencies": { "monkey-around": "^2.3.0" diff --git a/package.json b/package.json index 3fcfd0a..29980a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-opener", - "version": "1.0.28", + "version": "1.0.29", "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 25dff73..a4d59f6 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.0.25": "0.15.9", "1.0.26": "0.15.9", "1.0.27": "0.15.9", - "1.0.28": "0.15.9" + "1.0.28": "0.15.9", + "1.0.29": "0.15.9" } \ No newline at end of file