Skip to content

Commit

Permalink
chore: update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
levirs565 committed May 18, 2023
1 parent 86653c4 commit 1e3f8e6
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 38 deletions.
20 changes: 10 additions & 10 deletions 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
}
52 changes: 26 additions & 26 deletions 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"
}
}
6 changes: 4 additions & 2 deletions 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"
}

0 comments on commit 1e3f8e6

Please sign in to comment.