Skip to content

Commit ece907f

Browse files
committed
Bump version to 0.1.4: update plugin ID, name, and description in manifest and package files.
1 parent e130e19 commit ece907f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": "obsidian-leafpress",
2+
"id": "leafpress",
33
"name": "leafpress",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"minAppVersion": "1.11.0",
6-
"description": "Build and deploy your Obsidian vault as a leafpress digital garden.",
6+
"description": "Build and deploy your vault as a leafpress digital garden.",
77
"author": "Shivam Shekhar",
88
"authorUrl": "https://github.com/shivamx96",
99
"isDesktopOnly": true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "obsidian-leafpress",
3-
"version": "0.1.3",
2+
"name": "obsidian-leafpress-plugin",
3+
"version": "0.1.4",
44
"description": "Build and deploy your Obsidian vault as a leafpress digital garden",
55
"main": "main.js",
66
"types": "main.d.ts",

0 commit comments

Comments
 (0)