Skip to content

Commit 3e23bd0

Browse files
committed
v1.2.1
1 parent df4e0ba commit 3e23bd0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "file-explorer-plus",
33
"name": "File Explorer++",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
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",
88
"authorUrl": "https://github.com/kelszo",
99
"isDesktopOnly": false
10-
}
10+
}

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.3"
2424
},
25-
"version": "1.2.0"
25+
"version": "1.2.1"
2626
}

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"1.1.2": "0.15.0",
66
"1.1.3": "0.15.0",
77
"1.1.4": "0.15.0",
8-
"1.2.0": "1.6.3"
9-
}
8+
"1.2.0": "1.6.3",
9+
"1.2.1": "1.6.3"
10+
}

0 commit comments

Comments
 (0)