summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2015-06-10 00:33:52 -0400
committersoftprops <d.tangren@gmail.com>2015-06-10 00:33:52 -0400
commit69f819b121e1646bd4b3599d63690eb0aa1d8cf2 (patch)
treecf75df3be86c5880754db50b5052f4bb6a17d644 /Cargo.toml
parent8e11f784ee1dd079480580c5e290653cd13b2111 (diff)
minor version bump
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 721e481..e340b9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "shiplift"
-version = "0.1.1"
+version = "0.1.2"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A Rust interface for maneuvering Docker containers"
documentation = "https://softprops.github.io/shiplift"