Skip to content

Commit

Permalink
release: 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
baransu committed Aug 9, 2019
1 parent f6f530d commit 7cefdb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ deploy:

jobs:
include:
- stage: Wait for binaries to become available
- stage: Wait for binaries to become available
addons:
apt:
sources: []
packages: []
before_install: skip
before_script: skip
deploy: []
script:
script:
- bash -e ./.ci/wait_for_binaries.sh
- stage: Deploy to npmjs
addons:
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": "@baransu/graphql_ppx_re",
"version": "0.0.3",
"version": "0.0.4",
"description": "GraphQL PPX rewriter for Bucklescript/ReasonML",
"repository": "https://github.com/baransu/graphql_ppx_re",
"author": "Tomasz Cichocinski <[email protected]>",
Expand Down

0 comments on commit 7cefdb3

Please sign in to comment.