Skip to content

Commit 19aab59

Browse files
committed
v1.3.0
1 parent 929030e commit 19aab59

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "file-explorer-plus",
33
"name": "File Explorer++",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"minAppVersion": "1.6.3",
66
"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.",
77
"author": "kelszo",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"monkey-around": "^3.0.0",
2323
"wildcard-match": "^5.1.4"
2424
},
25-
"version": "1.2.1"
25+
"version": "1.3.0"
2626
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"1.1.3": "0.15.0",
77
"1.1.4": "0.15.0",
88
"1.2.0": "1.6.3",
9-
"1.2.1": "1.6.3"
9+
"1.2.1": "1.6.3",
10+
"1.3.0": "1.6.3"
1011
}

0 commit comments

Comments
 (0)