diff --git a/manifest.json b/manifest.json index 5a322df..25e1435 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "actions-uri", "name": "Actions URI", - "version": "1.4.2", + "version": "1.5.0", "minAppVersion": "1.4.0", "description": "Adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.", "author": "Carlo Zottmann", diff --git a/package.json b/package.json index 2bed009..c045fa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-actions-uri", - "version": "1.4.2", + "version": "1.5.0", "description": "This plugin for Obsidian (https://obsidian.md) adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.", "main": "main.js", "scripts": { diff --git a/src/plugin-info.json b/src/plugin-info.json index f1ef302..bb2fff7 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "1.4.2", - "pluginReleasedAt": "2023-12-12T18:03:44+0100" + "pluginVersion": "1.5.0", + "pluginReleasedAt": "2024-02-19T13:37:05+0100" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index a22bfc5..c9ea79c 100644 --- a/src/plugin-info.ts +++ b/src/plugin-info.ts @@ -1,5 +1,5 @@ /* File will be overwritten by bin/release.sh! */ export const PLUGIN_INFO = { - "pluginVersion": "1.4.2", - "pluginReleasedAt": "2023-12-12T18:03:44+0100" + "pluginVersion": "1.5.0", + "pluginReleasedAt": "2024-02-19T13:37:05+0100" } diff --git a/versions.json b/versions.json index 2362980..2c10f15 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "1.3.1": "1.3.0", "1.4.0": "1.4.0", "1.4.1": "1.4.0", - "1.4.2": "1.4.0" + "1.4.2": "1.4.0", + "1.5.0": "1.4.0" }