Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mathquis committed Mar 4, 2020
1 parent f727ec2 commit c94fb69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ install:
before_script:
- if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package; fi;
- if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp-github publish --release; fi;
- node-pre-gyp clean
after_success:
- node-pre-gyp-github info
deploy:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mathquis/node-rustling",
"version": "1.0.3",
"version": "1.0.4",
"description": "Snips Rustling library binding for Node.js",
"main": "lib/index.js",
"gypfile": true,
Expand Down

0 comments on commit c94fb69

Please sign in to comment.