Skip to content

Commit

Permalink
[REL] Release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Aug 29, 2023
1 parent 4560bb3 commit f374af0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "actions-uri",
"name": "Actions URI",
"version": "1.2.4",
"minAppVersion": "1.2.0",
"version": "1.2.5",
"minAppVersion": "1.3.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",
"authorUrl": "https://github.com/czottmann",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-actions-uri",
"version": "1.2.4",
"version": "1.2.5",
"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": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin-info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"pluginVersion": "1.2.4",
"pluginReleasedAt": "2023-08-07T12:15:19+0200"
"pluginVersion": "1.2.5",
"pluginReleasedAt": "2023-08-29T19:29:12+0200"
}
4 changes: 2 additions & 2 deletions src/plugin-info.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* File will be overwritten by bin/release.sh! */
export const PLUGIN_INFO = {
"pluginVersion": "1.2.4",
"pluginReleasedAt": "2023-08-07T12:15:19+0200"
"pluginVersion": "1.2.5",
"pluginReleasedAt": "2023-08-29T19:29:12+0200"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"1.2.1": "1.2.0",
"1.2.2": "1.2.0",
"1.2.3": "1.2.0",
"1.2.4": "1.2.0"
"1.2.4": "1.2.0",
"1.2.5": "1.3.0"
}

0 comments on commit f374af0

Please sign in to comment.