summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-11-18 21:46:56 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-11-18 21:47:21 -0800
commit4fd28b170b6e44eb61a95f2e998c6073e8cc353b (patch)
tree32fa48576db22527496ccdbda1f4f91d87123a2e /Cargo.toml
parent6118d76bb383420be32160af866cbe5fc7141f42 (diff)
downloadssh2-rs-4fd28b170b6e44eb61a95f2e998c6073e8cc353b.zip
Bumpv ersion number
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc0ff17..eb32420 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "ssh2"
-version = "0.0.1"
+version = "0.0.2"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
-license = "MIT/APL2"
+license = "MIT/Apache-2.0"
keywords = ["ssh"]
readme = "README.md"
repository = "https://github.com/alexcrichton/ssh2-rs"