Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kelszo committed Sep 18, 2023
1 parent ade08e1 commit 9ac5f13
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.2",
"version": "1.1.3",
"minAppVersion": "0.15.0",
"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.2"
"version": "1.1.3"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.0": "1.3.7",
"1.1.0": "1.3.7",
"1.1.1": "1.3.7",
"1.1.2": "0.15.0"
"1.1.2": "0.15.0",
"1.1.3": "0.15.0"
}

0 comments on commit 9ac5f13

Please sign in to comment.