diff --git a/manifest.json b/manifest.json index c41e587..fafac0f 100644 --- a/manifest.json +++ b/manifest.json @@ -7,4 +7,4 @@ "author": "Ryan Mellmer and Eric Sowell", "authorUrl": "https://ryanmellmer.com, https://ericsowell.com", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index aa9f11b..6aee387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "2.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2fd396d..60e44ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "2.0.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 189c17e..8da980c 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" -} + "1.0.1": "0.15.0", + "2.0.0": "0.15.0" +} \ No newline at end of file