Skip to content

Commit

Permalink
pkg: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Apr 13, 2023
1 parent ef16fb0 commit a8cf522
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -15,3 +15,4 @@ package-lock.json
test/
webpack.*.js
yarn.lock
.github/
2 changes: 1 addition & 1 deletion bin/bweb
Expand Up @@ -18,7 +18,7 @@ const {argv, stdout, stderr, exit} = process;
* Constants
*/

const VERSION = '0.1.12';
const VERSION = require('../package.json').version;

const HELP = `
Usage: bweb [options] [file]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bweb",
"version": "0.1.12",
"version": "0.2.0",
"description": "Web bike-shed",
"keywords": [
"http",
Expand Down

0 comments on commit a8cf522

Please sign in to comment.