Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Jul 8, 2016
1 parent 6b50b82 commit bccd633
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 = "rust-s3"
version = "0.2.2"
version = "0.2.3"
authors = ["Drazen Urch"]
description = "Tiny Rust library for working with Amazon S3."
repository = "https://github.com/durch/rust-s3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ it is configured for one week which is the maximum Amazon allows ATM.

```
[dependencies]
rust-s3 = '0.2.2'
rust-s3 = '0.2.3'
```

#### Example
Expand Down

0 comments on commit bccd633

Please sign in to comment.