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
mgeisler committed Jan 7, 2017
1 parent 3e3a3a8 commit 0df085f
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 = "textwrap"
version = "0.2.0"
version = "0.3.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = "Library for word wrapping, indenting, and dedenting strings."
documentation = "https://docs.rs/textwrap/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ it to format strings for display in commandline applications.
Add this to your `Cargo.toml`:
```toml
[dependencies]
textwrap = "0.2"
textwrap = "0.3"
```

and this to your crate root:
Expand Down

0 comments on commit 0df085f

Please sign in to comment.