Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
fnya committed Oct 25, 2023
1 parent 7bbd432 commit fc05922
Show file tree
Hide file tree
Showing 3 changed files with 3 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": "remove-empty-folders",
"name": "Remove Empty Folders",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.0.0",
"description": "Easily remove empty folders.",
"author": "fnya",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remove-empty-folders",
"version": "0.0.1",
"version": "0.0.2",
"description": "Easily remove empty folders.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.0.1": "0.0.0"
"0.0.2": "0.0.0"
}

0 comments on commit fc05922

Please sign in to comment.