Skip to content

Commit 5437a4a

Browse files
committed
Release 0.0.17
1 parent 292146c commit 5437a4a

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{
2-
"id": "obsidian-read-it-later",
3-
"name": "ReadItLater",
4-
"version": "0.0.16",
5-
"minAppVersion": "0.9.12",
6-
"description": "Saves the clipboard to a new notice.",
7-
"author": "Dominik Pieper",
8-
"authorUrl": "https://github.com/DominikPieper",
9-
"isDesktopOnly": false
10-
}
1+
{
2+
"id": "obsidian-read-it-later",
3+
"name": "ReadItLater",
4+
"version": "0.0.17",
5+
"minAppVersion": "0.9.12",
6+
"description": "Saves the clipboard to a new note.",
7+
"author": "Dominik Pieper",
8+
"authorUrl": "https://github.com/DominikPieper",
9+
"isDesktopOnly": false
10+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "obsidian-sample-plugin",
3-
"version": "0.0.16",
4-
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
2+
"name": "obsidian-ReadItLater",
3+
"version": "0.0.17",
4+
"description": "Plugin for Obsidian to collect interesting information from your clipboard into your vault",
55
"main": "main.js",
66
"scripts": {
77
"dev": "rollup --config rollup.config.js -w",

versions.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
{
2-
"0.0.16": "0.9.12",
3-
"0.0.15": "0.9.12",
4-
"0.0.14": "0.9.12",
5-
"0.0.13": "0.9.12",
6-
"0.0.12": "0.9.12",
7-
"0.0.11": "0.9.12",
8-
"0.0.10": "0.9.12",
9-
"0.0.9": "0.9.12",
10-
"0.0.8": "0.9.12",
11-
"0.0.7": "0.9.12",
12-
"0.0.6": "0.9.12",
13-
"0.0.5": "0.9.12",
14-
"0.0.4": "0.9.12",
15-
"0.0.3": "0.9.12",
16-
"0.0.2": "0.9.12",
17-
"0.0.1": "0.9.12"
18-
}
1+
{
2+
"0.0.17": "0.9.12",
3+
"0.0.16": "0.9.12",
4+
"0.0.15": "0.9.12",
5+
"0.0.14": "0.9.12",
6+
"0.0.13": "0.9.12",
7+
"0.0.12": "0.9.12",
8+
"0.0.11": "0.9.12",
9+
"0.0.10": "0.9.12",
10+
"0.0.9": "0.9.12",
11+
"0.0.8": "0.9.12",
12+
"0.0.7": "0.9.12",
13+
"0.0.6": "0.9.12",
14+
"0.0.5": "0.9.12",
15+
"0.0.4": "0.9.12",
16+
"0.0.3": "0.9.12",
17+
"0.0.2": "0.9.12",
18+
"0.0.1": "0.9.12"
19+
}

0 commit comments

Comments
 (0)