Skip to content

Commit

Permalink
Bump up the version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsik committed Jun 28, 2018
1 parent dff23e2 commit 88f0b90
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,7 +1,7 @@
[package]
name = "bytesize"
description = "an utility for human-readable bytes representations"
version = "0.2.5"
version = "1.0.0"
authors = ["Hyunsik Choi <[email protected]>"]

homepage = "https://github.com/hyunsik/bytesize/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
bytesize = "0.2.4"
bytesize = "1.0.0"
```

and this to your crate root:
Expand Down

0 comments on commit 88f0b90

Please sign in to comment.