Skip to content

Commit

Permalink
Bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joereynolds committed Jan 19, 2019
1 parent 6cf897c commit 1eb4107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ npm run build
npm run lint
npm run test
npm link
./tests.sh
# ./tests.sh
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lint": "tslint --fix -c tslint.json -p tsconfig.json",
"test": "jest test"
},
"version": "0.0.6",
"version": "0.0.7",
"man": "./doc/man/doc.1",
"devDependencies": {
"prettier": "^1.14.2",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Printer } from "./printer";
import { Keyword } from "./lexer/tokens";
import { getQueryFromFile, getQueryFromLine, Query } from "./reader/reader";

const version = "0.0.6";
const version = "0.0.7";

program
.version(version)
Expand Down

0 comments on commit 1eb4107

Please sign in to comment.