Skip to content

Commit ce27f7b

Browse files
committed
[REL] Release 1.7.3
1 parent ea6b37f commit ce27f7b

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "actions-uri",
33
"name": "Actions URI",
4-
"version": "1.7.2",
4+
"version": "1.7.3",
55
"minAppVersion": "1.5.11",
66
"description": "Adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.",
77
"author": "Carlo Zottmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-actions-uri",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"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.",
55
"main": "main.js",
66
"scripts": {

src/plugin-info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"pluginVersion": "1.7.2",
3-
"pluginReleasedAt": "2025-02-10T10:19:19+0100"
2+
"pluginVersion": "1.7.3",
3+
"pluginReleasedAt": "2025-04-30T13:12:15+0200"
44
}

src/plugin-info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* File will be overwritten by bin/release.sh! */
22
export const PLUGIN_INFO = {
3-
"pluginVersion": "1.7.2",
4-
"pluginReleasedAt": "2025-02-10T10:19:19+0100"
3+
"pluginVersion": "1.7.3",
4+
"pluginReleasedAt": "2025-04-30T13:12:15+0200"
55
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@
5050
"1.7.1": "1.5.11",
5151
"post-create-pause": "1.5.11",
5252
"post-create-pause.1": "1.5.11",
53-
"1.7.2": "1.5.11"
53+
"1.7.2": "1.5.11",
54+
"1.7.3": "1.5.11"
5455
}

0 commit comments

Comments
 (0)