Skip to content

Commit 78463c3

Browse files
committed
chore(release): 0.0.12
1 parent e2ee1d0 commit 78463c3

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
@@ -6,6 +6,6 @@
66
"authorUrl": "https://lukasbach.com",
77
"fundingUrl": "https://github.com/sponsors/lukasbach",
88
"minAppVersion": "0.15.0",
9-
"version": "0.0.11",
9+
"version": "0.0.12",
1010
"isDesktopOnly": false
1111
}

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.11",
3+
"version": "0.0.12",
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
@@ -9,5 +9,6 @@
99
"0.0.8": "0.15.0",
1010
"0.0.9": "0.15.0",
1111
"0.0.10": "0.15.0",
12-
"0.0.11": "0.15.0"
12+
"0.0.11": "0.15.0",
13+
"0.0.12": "0.15.0"
1314
}

0 commit comments

Comments
 (0)