From cf0d28ba09c8104ede54831fe4569d46b3307576 Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:27:59 -0600 Subject: [PATCH] feat: update plugin info --- manifest.json | 18 +++++++++--------- package.json | 48 ++++++++++++++++++++++++------------------------ versions.json | 2 +- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/manifest.json b/manifest.json index dfa940e..1be707c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", - "version": "1.0.0", - "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", - "isDesktopOnly": false + "id": "frontmatter-views", + "name": "Frontmatter Views", + "version": "0.0.1", + "minAppVersion": "1.4.13", + "description": "Create dynamic views using note frontmatter", + "author": "Trey Wallis", + "authorUrl": "https://github.com/trey-wallis", + "fundingUrl": "https://buymeacoffee.com/treywallis", + "isDesktopOnly": true } diff --git a/package.json b/package.json index 7527290..25b6212 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { - "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": { - "@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", - "obsidian": "latest", - "tslib": "2.4.0", - "typescript": "4.7.4", - "@types/bun": "latest" - } -} \ No newline at end of file + "name": "obsidian-frontmatter-views", + "version": "0.0.1", + "description": "Create dynamic views using note frontmatter", + "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": "Trey Wallis", + "license": "MIT", + "devDependencies": { + "@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", + "obsidian": "latest", + "tslib": "2.4.0", + "typescript": "4.7.4", + "@types/bun": "latest" + } +} diff --git a/versions.json b/versions.json index 26382a1..890518a 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "0.0.1": "1.4.13" }