We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0645c commit c8f84cbCopy full SHA for c8f84cb
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-read-it-later",
3
"name": "ReadItLater",
4
- "version": "0.0.10",
+ "version": "0.0.11",
5
"minAppVersion": "0.9.12",
6
"description": "Saves the clipboard to a new notice.",
7
"author": "Dominik Pieper",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-sample-plugin",
- "version": "0.0.9",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
versions.json
@@ -1,4 +1,5 @@
+ "0.0.11": "0.9.12",
"0.0.10": "0.9.12",
"0.0.9": "0.9.12",
"0.0.8": "0.9.12",
0 commit comments