Skip to content

Commit bc6dab3

Browse files
committed
chore(release): 0.0.2
1 parent c7dbb51 commit bc6dab3

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": "file-order",
3-
"name": "File Order",
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",
5-
"author": "Lukas Bach",
6-
"authorUrl": "https://lukasbach.com",
7-
"minAppVersion": "0.15.0",
8-
"version": "0.0.1"
9-
}
2+
"id": "file-order",
3+
"name": "File Order",
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",
5+
"author": "Lukas Bach",
6+
"authorUrl": "https://lukasbach.com",
7+
"minAppVersion": "0.15.0",
8+
"version": "0.0.2"
9+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-order",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"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",
55
"main": "lib/main.js",
66
"license": "MIT",

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.0.1": "0.15.0"
3-
}
2+
"0.0.1": "0.15.0",
3+
"0.0.2": "0.15.0"
4+
}

0 commit comments

Comments
 (0)