From 1e3f8e65d025a340f2e62f3ecf64415209b886c1 Mon Sep 17 00:00:00 2001 From: Levi Rizki Saputra <42236775+levirs565@users.noreply.github.com> Date: Thu, 18 May 2023 17:23:55 +0700 Subject: [PATCH] chore: update manifest --- manifest.json | 20 ++++++++++---------- package.json | 52 +++++++++++++++++++++++++-------------------------- versions.json | 6 ++++-- 3 files changed, 40 insertions(+), 38 deletions(-) diff --git a/manifest.json b/manifest.json index 2839fba..6f9aa68 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "dendron-tree", - "name": "Dendron Tree", - "version": "1.0.0", - "minAppVersion": "0.15.0", - "description": "This plugin add tree for exploring Dendron note.", - "author": "Levi Rizki Saputra", - "authorUrl": "https://www.levirs.my.id", - "fundingUrl": "https://www.paypal.me/levirs565", - "isDesktopOnly": false -} + "id": "dendron-tree", + "name": "Dendron Tree", + "version": "1.1.0", + "minAppVersion": "0.15.0", + "description": "This plugin add tree for exploring Dendron note.", + "author": "Levi Rizki Saputra", + "authorUrl": "https://www.levirs.my.id", + "fundingUrl": "https://www.paypal.me/levirs565", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package.json b/package.json index 1699373..7b9135a 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,28 @@ { - "name": "obsidian-sample-plugin", - "version": "1.0.0", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", - "main": "main.js", - "scripts": { - "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "version": "node version-bump.mjs && git add manifest.json versions.json" - }, - "keywords": [], - "author": "", - "license": "MIT", - "devDependencies": { - "@tsconfig/svelte": "^4.0.1", - "@types/node": "^16.11.6", - "@typescript-eslint/eslint-plugin": "5.29.0", - "@typescript-eslint/parser": "5.29.0", - "builtin-modules": "3.3.0", - "esbuild": "0.17.3", - "esbuild-svelte": "^0.7.3", - "obsidian": "latest", - "svelte": "^3.58.0", - "svelte-preprocess": "^5.0.3", - "tslib": "2.4.0", - "typescript": "4.7.4" - } + "name": "obsidian-dendron-tree", + "version": "1.1.0", + "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "main": "main.js", + "scripts": { + "dev": "node esbuild.config.mjs", + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", + "version": "node version-bump.mjs && git add manifest.json versions.json" + }, + "keywords": [], + "author": "", + "license": "MIT", + "devDependencies": { + "@tsconfig/svelte": "^4.0.1", + "@types/node": "^16.11.6", + "@typescript-eslint/eslint-plugin": "5.29.0", + "@typescript-eslint/parser": "5.29.0", + "builtin-modules": "3.3.0", + "esbuild": "0.17.3", + "esbuild-svelte": "^0.7.3", + "obsidian": "latest", + "svelte": "^3.58.0", + "svelte-preprocess": "^5.0.3", + "tslib": "2.4.0", + "typescript": "4.7.4" + } } diff --git a/versions.json b/versions.json index 26382a1..b69c8d4 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,5 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0", + "1.1.0": "0.15.0" +} \ No newline at end of file