Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kelszo committed Aug 18, 2023
1 parent 15eb35e commit a43d762
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "file-explorer-plus",
"name": "File Explorer++",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "1.3.7",
"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",
Expand Down
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": "^2.3.0",
"wildcard-match": "^5.1.2"
},
"version": "1.1.0"
"version": "1.1.1"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "1.3.7",
"1.1.0": "1.3.7"
"1.1.0": "1.3.7",
"1.1.1": "1.3.7"
}

0 comments on commit a43d762

Please sign in to comment.