mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
2.1.8
This commit is contained in:
parent
4c7e195f95
commit
37ae69d10a
4 changed files with 7 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "supernote",
|
||||
"name": "Unofficial Supernote by Ratta Integration",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "View Supernote notes, generate markdown from note and capture screen mirror.",
|
||||
"author": "Brandon Philips",
|
||||
"authorUrl": "https://github.com/philips/supernote-obsidian-plugin",
|
||||
"fundingUrl": "https://ifup.org",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"image-js": "^0.35.5",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "supernote-obsidian-plugin",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"description": "Unofficial Supernote by Ratta Integration for Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@
|
|||
"2.1.4": "0.15.0",
|
||||
"2.1.5": "0.15.0",
|
||||
"2.1.6": "0.15.0",
|
||||
"2.1.7": "0.15.0"
|
||||
"2.1.7": "0.15.0",
|
||||
"2.1.8": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue