diff --git a/manifest.json b/manifest.json index 859672c..b2fed7e 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index f7795b3..f17ce52 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,5 @@ "monkey-around": "^2.3.0", "wildcard-match": "^5.1.2" }, - "version": "1.1.2" + "version": "1.1.3" } diff --git a/versions.json b/versions.json index 8b16013..eb3724f 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file