description

This commit is contained in:
jiakun 2025-04-25 14:18:21 +08:00
parent 626d7566ce
commit 835cc883b7
4 changed files with 6 additions and 5 deletions

View file

@ -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
View file

@ -1,6 +1,6 @@
{
"name": "clippermaster-plugin-for-obsidian",
"version": "0.1.9",
"version": "0.1.10",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

@ -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": {

View file

@ -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"
}