diff --git a/manifest.json b/manifest.json index 9928f28..2303d3b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "obsidian-testing-vault", "name": "Testing Vault", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "This allows a developer to make a random vault of arbitrary size for testing their plugins.", "author": "Michael J. Pedersen ", "authorUrl": "https://github.com/pedersen", "fundingUrl": "https://github.com/pedersen/obsidian-testing-vault", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c5c6af7..ac90a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-testing-vault", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-testing-vault", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "lorem-ipsum": "^2.0.8", diff --git a/package.json b/package.json index b52728f..00b40da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-testing-vault", - "version": "1.0.0", + "version": "1.1.0", "description": "This Obsidian plugin allows the user to generate a vault randomly, complete with orphaned notes, empty notes, and linked notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..908e85c 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.1.0": "0.15.0" +} \ No newline at end of file