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 6feb099 commit 9614153Copy full SHA for 9614153
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "readwise-official",
3
"name": "Readwise Official",
4
- "version": "2.1.4",
+ "version": "3.0.0",
5
"minAppVersion": "1.0.0",
6
"description": "Official Readwise <-> Obsidian integration",
7
"author": "Readwise",
package.json
@@ -1,6 +1,6 @@
"name": "readwise-official",
"description": "Automatically syncs your Readwise highlights with Obsidian.",
"main": "main.js",
"scripts": {
versions.json
@@ -13,5 +13,6 @@
13
"2.1.1": "1.0.0",
14
"2.1.2": "1.0.0",
15
"2.1.3": "1.0.0",
16
- "2.1.4": "1.0.0"
+ "2.1.4": "1.0.0",
17
+ "3.0.0": "1.0.0"
18
}
0 commit comments