From 790104ac50526b42ed2900f960ec8a78f15b30f5 Mon Sep 17 00:00:00 2001 From: Brady Kelly Date: Sat, 16 Mar 2024 14:47:26 +0200 Subject: [PATCH] Add repo url, bump version --- manifest.json | 4 ++-- package.json | 1 + versions.json | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 999f984..3807012 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "plugin-template", "name": "Plugin Template", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "Repo and project template for all my Obsidian plugins.", "author": "Brady Kelly", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 199dac4..3961cff 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "obsidian-plugin-template", + "repository": "https://github.com/brady691213/obsidian-plugin-template", "version": "1.1.0", "description": "This my Obsidian (https://obsidian.md) plugin template.", "main": "main.js", diff --git a/versions.json b/versions.json index c8dc6a2..0be1108 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "2.0.0": "1.5.8" -} + "2.0.0": "1.5.8", + "1.1.0": "0.15.0" +} \ No newline at end of file