Skip to content

Commit 439506b

Browse files
committed
2.3.0
1 parent 97caef4 commit 439506b

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

manifest-beta.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": "supernote",
3+
"name": "Unofficial Supernote by Ratta Integration",
4+
"version": "2.3.0",
5+
"minAppVersion": "1.5.12",
6+
"description": "View Supernote notes, generate markdown from note and capture screen mirror.",
7+
"author": "Brandon Philips",
8+
"authorUrl": "https://ifup.org",
9+
"fundingUrl": "https://github.com/philips/supernote-obsidian-plugin/blob/main/README.md#funding",
10+
"isDesktopOnly": false
11+
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"authorUrl": "https://ifup.org",
99
"fundingUrl": "https://github.com/philips/supernote-obsidian-plugin/blob/main/README.md#funding",
1010
"isDesktopOnly": false
11-
}
11+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supernote-obsidian-plugin",
3-
"version": "2.2.9",
3+
"version": "2.3.0",
44
"description": "Unofficial Supernote by Ratta Integration for Obsidian",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
"2.2.6": "1.5.12",
3030
"2.2.7": "1.5.12",
3131
"2.2.8": "1.5.12",
32-
"2.2.9": "1.5.12"
32+
"2.2.9": "1.5.12",
33+
"2.3.0": "1.5.12"
3334
}

0 commit comments

Comments
 (0)