From f153457ac955e1877447b8527eb28d32bdf2b679 Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Mon, 6 Feb 2023 12:28:59 +0100 Subject: [PATCH] [REL] Releases version 0.16.3 --- manifest.json | 2 +- package.json | 2 +- src/plugin-info.json | 4 ++-- src/plugin-info.ts | 4 ++-- versions.json | 3 ++- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index c27e13d..4d1cd47 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "actions-uri", "name": "Actions URI", - "version": "0.16.2", + "version": "0.16.3", "minAppVersion": "1.1.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 6e32d74..61e93a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-actions-uri", - "version": "0.16.2", + "version": "0.16.3", "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 0298277..5a6a1e6 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "0.16.2", - "pluginReleasedAt": "2023-01-30T17:38:10+0100" + "pluginVersion": "0.16.3", + "pluginReleasedAt": "2023-02-06T12:28:57+0100" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index 3462e62..8416903 100644 --- a/src/plugin-info.ts +++ b/src/plugin-info.ts @@ -1,4 +1,4 @@ /* File will be overwritten by bin/release.sh! */export const PLUGIN_INFO = { - "pluginVersion": "0.16.2", - "pluginReleasedAt": "2023-01-30T17:38:10+0100" + "pluginVersion": "0.16.3", + "pluginReleasedAt": "2023-02-06T12:28:57+0100" } diff --git a/versions.json b/versions.json index 5f8c6cd..a4a3971 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "0.15.0": "1.0.0", "0.16.0": "1.1.0", "0.16.1": "1.1.0", - "0.16.2": "1.1.0" + "0.16.2": "1.1.0", + "0.16.3": "1.1.0" }