From 05ae6d8e3bc00a92444006de01cb987a152d6f77 Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Wed, 23 Nov 2022 14:35:54 +0100 Subject: [PATCH] [REL] Releases version 0.12.1 --- 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 7d16c9c..eac07a0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "actions-uri", "name": "Actions URI", - "version": "0.12.0", + "version": "0.12.1", "minAppVersion": "1.0.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 8b1d67a..00e625b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-actions-uri", - "version": "0.12.0", + "version": "0.12.1", "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 c474cd6..2872fc6 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "0.12.0", - "pluginReleasedAt": "2022-11-23T14:15:50+0100" + "pluginVersion": "0.12.1", + "pluginReleasedAt": "2022-11-23T14:35:52+0100" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index 61ead35..101ca66 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.12.0", - "pluginReleasedAt": "2022-11-23T14:15:50+0100" + "pluginVersion": "0.12.1", + "pluginReleasedAt": "2022-11-23T14:35:52+0100" } diff --git a/versions.json b/versions.json index dd42797..8572843 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.10.5": "0.15.0", "0.10.6": "0.15.0", "0.11.0": "1.0.0", - "0.12.0": "1.0.0" + "0.12.0": "1.0.0", + "0.12.1": "1.0.0" }