Bump version to v0.1.15 (#339)

This commit is contained in:
Carl Lerche
2019-01-13 09:53:19 -08:00
committed by GitHub
parent d6e1fbeed8
commit 78c39d8e65
4 changed files with 9 additions and 5 deletions

View File

@@ -5,11 +5,11 @@ name = "h2"
# - html_root_url.
# - Update CHANGELOG.md.
# - Create git tag
version = "0.1.14"
version = "0.1.15"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "An HTTP/2.0 client and server"
documentation = "https://docs.rs/h2"
documentation = "https://docs.rs/h2/0.1.15/h2/"
homepage = "https://github.com/carllerche/h2"
repository = "https://github.com/carllerche/h2"
readme = "README.md"