Skip to content

Commit

Permalink
chore(release): 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Apr 3, 2023
1 parent 73470dd commit 010a5ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"author": "Lukas Bach",
"authorUrl": "https://lukasbach.com",
"minAppVersion": "0.15.0",
"version": "0.0.3"
"version": "0.0.4"
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-order",
"version": "0.0.3",
"version": "0.0.4",
"description": "Use number-prefixes in your file names to define a custom order, and use drag-and-drop in the file explorer to update that order",
"main": "lib/main.js",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"0.0.1": "0.15.0",
"0.0.2": "0.15.0",
"0.0.3": "0.15.0"
"0.0.3": "0.15.0",
"0.0.4": "0.15.0"
}

0 comments on commit 010a5ab

Please sign in to comment.