Skip to content

Commit

Permalink
Bump version to 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Aug 31, 2016
1 parent c1a87eb commit 2f5ba73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ documentation = "https://gyscos.github.io/zstd-rs/zstd/index.html"
license = "MIT"
name = "zstd"
repository = "https://github.com/gyscos/zstd-rs"
version = "0.1.13"
version = "0.2.0"
exclude = ["assets"]

[build-dependencies]
gcc = "0.3.28"
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.1"
zstd = "0.2"
```

## 2 - Usage
Expand Down

0 comments on commit 2f5ba73

Please sign in to comment.