Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Sep 4, 2016
1 parent 7cc7f33 commit d5fc99e
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
Expand Up @@ -6,7 +6,7 @@ documentation = "https://gyscos.github.io/zstd-rs/zstd/index.html"
license = "MIT"
name = "zstd"
repository = "https://github.com/gyscos/zstd-rs"
version = "0.2.1"
version = "0.3.0"
exclude = ["assets"]

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ cargo add zstd
# Cargo.toml

[dependencies]
zstd = "0.2"
zstd = "0.3"
```

## 2 - Usage
Expand Down

0 comments on commit d5fc99e

Please sign in to comment.