Skip to content

Commit fc33acb

Browse files
committed
chore(release): 0.0.3
1 parent eeaaaf7 commit fc33acb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"author": "Lukas Bach",
66
"authorUrl": "https://lukasbach.com",
77
"minAppVersion": "0.15.0",
8-
"version": "0.0.2"
8+
"version": "0.0.3"
99
}

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.2",
3+
"version": "0.0.3",
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"0.0.1": "0.15.0",
3-
"0.0.2": "0.15.0"
3+
"0.0.2": "0.15.0",
4+
"0.0.3": "0.15.0"
45
}

0 commit comments

Comments
 (0)