Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkwsk committed Jan 27, 2025
1 parent 66843c9 commit c292d07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "readwise-official",
"name": "Readwise Official",
"version": "3.0.0",
"version": "3.0.1",
"minAppVersion": "1.0.0",
"description": "Official Readwise <-> Obsidian integration",
"author": "Readwise",
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": "readwise-official",
"version": "3.0.0",
"version": "3.0.1",
"description": "Automatically syncs your Readwise highlights with Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Md5 } from "ts-md5";
import { StatusBar } from "./status";

// keep pluginVersion in sync with manifest.json
const pluginVersion = "3.0.0";
const pluginVersion = "3.0.1";

// switch to local dev server for development
const baseURL = "https://readwise.io";
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"2.1.2": "1.0.0",
"2.1.3": "1.0.0",
"2.1.4": "1.0.0",
"3.0.0": "1.0.0"
"3.0.0": "1.0.0",
"3.0.1": "1.0.0"
}

0 comments on commit c292d07

Please sign in to comment.