aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-07 18:19:46 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-07 18:19:46 -0800
commit25e10a82565d81b5243304c835d868a12b179557 (patch)
tree0c9324479375268f1a26008e023a333779e9d02b /Cargo.toml
parent6e4e8251b1b3b6903ac91a3ff45807de6410c173 (diff)
downloadmilf-rs-25e10a82565d81b5243304c835d868a12b179557.tar.gz
milf-rs-25e10a82565d81b5243304c835d868a12b179557.zip
Bump version number
Closes #35
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5f1964c..bd36c7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "toml"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"