Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kelszo committed Jun 10, 2024
1 parent df4e0ba commit 3e23bd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "file-explorer-plus",
"name": "File Explorer++",
"version": "1.2.0",
"version": "1.2.1",
"minAppVersion": "1.6.3",
"description": "Hide and pin files and folders in the file explorer using custom filters, such as wildcards and regex, based on their names, paths, and tags. Additionally, achieve the same with a single click in the file menu.",
"author": "kelszo",
"authorUrl": "https://github.com/kelszo",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"monkey-around": "^3.0.0",
"wildcard-match": "^5.1.3"
},
"version": "1.2.0"
"version": "1.2.1"
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.1.2": "0.15.0",
"1.1.3": "0.15.0",
"1.1.4": "0.15.0",
"1.2.0": "1.6.3"
}
"1.2.0": "1.6.3",
"1.2.1": "1.6.3"
}

0 comments on commit 3e23bd0

Please sign in to comment.