mirror of
https://github.com/aqeja/ClipperMaster-for-Obsidian.git
synced 2026-07-22 05:43:22 +00:00
description
This commit is contained in:
parent
626d7566ce
commit
835cc883b7
4 changed files with 6 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "clippermaster",
|
||||
"name": "ClipperMaster",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Works with the ClipperMaster Chrome extension to clip structured content from the web and save it to your Obsidian vault as Markdown files.",
|
||||
"description": "Works with the ClipperMaster Chrome extension to clip structured content from the web and save it to your vault as Markdown files.",
|
||||
"author": "ClipperMaster Team",
|
||||
"authorUrl": "https://clippermaster.com/",
|
||||
"isDesktopOnly": true
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "clippermaster-plugin-for-obsidian",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "clippermaster-plugin-for-obsidian",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "This is a ClipperMaster Plugin for Obsidian (https://clippermaster.com)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"0.1.9": "0.15.0",
|
||||
"0.1.8": "0.15.0"
|
||||
"0.1.8": "0.15.0",
|
||||
"0.1.10": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue