Skip to content

Commit

Permalink
Releasing 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Oct 8, 2017
1 parent 2485792 commit d3e1c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-tarpaulin"
version = "0.5.0"
version = "0.5.1"
authors = ["Daniel McKenna <[email protected]>"]
description = "Cargo-Tarpaulin is a tool to determine code coverage achieved via tests"
repository = "https://github.com/xd009642/tarpaulin"
Expand Down
2 changes: 1 addition & 1 deletion travis-install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.5.0/cargo-tarpaulin-0.5.0-travis.tar.gz | tar xvz -C $HOME/.cargo/bin
curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.5.1/cargo-tarpaulin-0.5.1-travis.tar.gz | tar xvz -C $HOME/.cargo/bin

0 comments on commit d3e1c6a

Please sign in to comment.