aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-11-21 19:36:11 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-11-21 19:36:11 -0800
commit3dfa68dc449c8bb8716fa77998b1360dc216f2a2 (patch)
tree43f36445e565c1387278ed2f5397afcf503230af /Cargo.toml
parent14109a2f696300f1ac8c0edd8e9a1714f544ed24 (diff)
downloadmilf-rs-3dfa68dc449c8bb8716fa77998b1360dc216f2a2.tar.gz
milf-rs-3dfa68dc449c8bb8716fa77998b1360dc216f2a2.zip
Bump version 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 3e1e35a..cc85e5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "toml"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
-license = "MIT/APL2"
+license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["encoding"]
repository = "https://github.com/alexcrichton/toml-rs"