From 28d42783ad6258b3d7c8679296b4167bc32b105a Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Wed, 12 Apr 2023 16:26:18 +0200 Subject: [PATCH] [REL] Releases version 0.17.0 --- 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 cbf76c1..9482a08 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "actions-uri", "name": "Actions URI", - "version": "0.16.4", + "version": "0.17.0", "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 f271f0b..8a2f76f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-actions-uri", - "version": "0.16.4", + "version": "0.17.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 844a646..dd8b92d 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "0.16.4", - "pluginReleasedAt": "2023-02-15T17:10:41+0100" + "pluginVersion": "0.17.0", + "pluginReleasedAt": "2023-04-12T16:26:13+0200" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index 5fd2097..e8cde3c 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.4", - "pluginReleasedAt": "2023-02-15T17:10:41+0100" + "pluginVersion": "0.17.0", + "pluginReleasedAt": "2023-04-12T16:26:13+0200" } diff --git a/versions.json b/versions.json index 6aeb2f6..83f86ea 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "0.16.1": "1.1.0", "0.16.2": "1.1.0", "0.16.3": "1.1.0", - "0.16.4": "1.1.0" + "0.16.4": "1.1.0", + "0.17.0": "1.1.0" }