Bump version to v0.1.1 (#236)

This commit is contained in:
Carl Lerche
2018-03-08 10:06:40 -08:00
committed by GitHub
parent 02841ebd77
commit 70cf009305
3 changed files with 17 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
[package]
name = "h2"
version = "0.1.0" # remember to update html_root_url
# When releasing to crates.io:
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Create git tag
version = "0.1.1"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "An HTTP/2.0 client and server"