Skip to content

Commit bfd8926

Browse files
committed
v0.1.11
1 parent 15bfafb commit bfd8926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/bweb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {argv, stdout, stderr, exit} = process;
1818
* Constants
1919
*/
2020

21-
const VERSION = '0.1.10';
21+
const VERSION = '0.1.11';
2222

2323
const HELP = `
2424
Usage: bweb [options] [file]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bweb",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Web bike-shed",
55
"keywords": [
66
"http",

0 commit comments

Comments
 (0)