diff --git a/manifest.json b/manifest.json index 2968d3b..d3c61f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "testing-vault", "name": "Testing Vault", - "version": "1.1.0", + "version": "1.2.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", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4c5672b..638f0a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testing-vault", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "testing-vault", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "lorem-ipsum": "^2.0.8", diff --git a/package.json b/package.json index 1d1e60b..638c2cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testing-vault", - "version": "1.1.0", + "version": "1.2.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 908e85c..8846fba 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.2.0": "0.15.0" } \ No newline at end of file