Version bump to 0.4.0

This commit is contained in:
Danilo Bargen 2016-11-25 09:03:53 +01:00
commit 876898b2e1
3 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@ Possible log types:
### v0.4.0 (2016-11-25)
- [added] Support for new page format
- [changed] Updated all dependencies
### v0.3.0 (2016-08-01)

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root]
name = "tealdeer"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy 0.0.102 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "tealdeer"
version = "0.3.0"
version = "0.4.0"
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
repository = "https://github.com/dbrgn/tealdeer/"
homepage = "https://github.com/dbrgn/tealdeer/"