Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelszo committed Aug 15, 2023
1 parent 0ece33f commit 49de235
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "file-explorer-plus",
"name": "File Explorer++",
"version": "1.0.0",
"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",
"authorUrl": "https://github.com/kelszo",
"isDesktopOnly": false
}
"id": "file-explorer-plus",
"name": "File Explorer++",
"version": "1.1.0",
"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",
"authorUrl": "https://github.com/kelszo",
"isDesktopOnly": false
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"@popperjs/core": "^2.11.8",
"monkey-around": "^2.3.0",
"wildcard-match": "^5.1.2"
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "1.3.7"
}
"1.0.0": "1.3.7",
"1.1.0": "1.3.7"
}

0 comments on commit 49de235

Please sign in to comment.