From d692e0cc3dfa0c20853a05880b93be961a67e554 Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Mon, 2 Aug 2021 19:01:43 -0400 Subject: [PATCH] enable mobile and increment version --- CHANGELOG.md | 4 ++++ manifest.json | 6 +++--- package.json | 4 ++-- versions.json | 1 + 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5f827..96b56e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.0 + +Enabled for mobile app. + # 1.1.0 ## Features diff --git a/manifest.json b/manifest.json index 16b3efa..ec35a96 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-collapse-all-plugin", "name": "Collapse All", - "version": "1.1.0", - "minAppVersion": "0.9.12", + "version": "1.2.0", + "minAppVersion": "0.12.10", "description": "This plugin adds a button to collapse or expand all folders in the file explorer.", "author": "OfficerHalf", "authorUrl": "https://nathan-smith.org/", - "isDesktopOnly": true + "isDesktopOnly": false } diff --git a/package.json b/package.json index 99dc4bc..3ee18c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-collapse-all-plugin", - "version": "1.1.0", + "version": "1.2.0", "description": "This plugin adds a button to collapse all folders in the file explorer.", "main": "main.js", "scripts": { @@ -15,7 +15,7 @@ "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-typescript": "^8.2.1", "@types/node": "^14.14.37", - "obsidian": "^0.12.0", + "obsidian": "^0.12.11", "rollup": "^2.32.1", "tslib": "^2.2.0", "typescript": "^4.2.4" diff --git a/versions.json b/versions.json index e1b8da5..7b8ffe5 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.2.0": "0.12.10", "1.1.1": "0.9.12", "1.0.1": "0.9.12", "1.0.0": "0.9.7"