diff --git a/.travis.yml b/.travis.yml index 2adad17f..f1433f0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,4 @@ after_deploy: - mv target/doc docs/$TRAVIS_TAG - git add docs/$TRAVIS_TAG - git commit -m "Add API docs for $TRAVIS_TAG" - - git push $GITHUB_TOKEN@github.com/$TRAVIS_REPO_SLUG gh-pages + - git push $GITHUB_TOKEN@github.com:$TRAVIS_REPO_SLUG gh-pages diff --git a/Cargo.toml b/Cargo.toml index 67668fcb..46021b2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "roaring" -version = "0.0.3" +version = "0.0.4" authors = ["Wim Looman "] description = "http://roaringbitmap.org for http://www.rust-lang.org"