Skip to content

Commit c8f84cb

Browse files
committed
release 0.0.11
1 parent ee0645c commit c8f84cb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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": "obsidian-read-it-later",
33
"name": "ReadItLater",
4-
"version": "0.0.10",
4+
"version": "0.0.11",
55
"minAppVersion": "0.9.12",
66
"description": "Saves the clipboard to a new notice.",
77
"author": "Dominik Pieper",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "0.0.9",
3+
"version": "0.0.11",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"0.0.11": "0.9.12",
23
"0.0.10": "0.9.12",
34
"0.0.9": "0.9.12",
45
"0.0.8": "0.9.12",

0 commit comments

Comments
 (0)