From 7fc0ccecf29d07816c9fb1cf358a33396428d461 Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Wed, 10 May 2023 12:09:56 +0200 Subject: [PATCH] [REL] Releases version 1.1.2 --- 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 62bbac7..cc6364d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "actions-uri", "name": "Actions URI", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.2.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 6b0a088..9dc726a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-actions-uri", - "version": "1.1.1", + "version": "1.1.2", "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 992a8ce..3b0437a 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "1.1.1", - "pluginReleasedAt": "2023-05-10T12:09:44+0200" + "pluginVersion": "1.1.2", + "pluginReleasedAt": "2023-05-10T12:09:55+0200" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index 0cfe50c..9050749 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": "1.1.1", - "pluginReleasedAt": "2023-05-10T12:09:44+0200" + "pluginVersion": "1.1.2", + "pluginReleasedAt": "2023-05-10T12:09:55+0200" } diff --git a/versions.json b/versions.json index 27e5997..0324836 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "0.17.0": "1.1.0", "0.18.0": "1.1.0", "1.1.0": "1.1.0", - "1.1.1": "1.2.0" + "1.1.1": "1.2.0", + "1.1.2": "1.2.0" }