Skip to content

Commit

Permalink
Merge pull request #11 from OfficerHalf/mobile
Browse files Browse the repository at this point in the history
enable mobile, release v1.2.0
  • Loading branch information
nathonius authored Aug 2, 2021
2 parents 62c16f8 + d692e0c commit 000f58e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0

Enabled for mobile app.

# 1.1.0

## Features
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 000f58e

Please sign in to comment.