Skip to content

Commit

Permalink
[REL] Releases version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Nov 23, 2022
1 parent f9550b4 commit 05ae6d8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
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": "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": {
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": "0.12.0",
"pluginReleasedAt": "2022-11-23T14:15:50+0100"
"pluginVersion": "0.12.1",
"pluginReleasedAt": "2022-11-23T14:35:52+0100"
}
4 changes: 2 additions & 2 deletions src/plugin-info.ts
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 05ae6d8

Please sign in to comment.