summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2016-01-03 22:28:21 -0500
committersoftprops <d.tangren@gmail.com>2016-01-03 22:28:21 -0500
commit22009e669f0584238f8c8f51089882bda367e0f8 (patch)
treea63c84814a0c5dc788ba16f62561c51adcb32da1 /Cargo.toml
parent256295f91b7d216f672f2fe4cd334ea968607e62 (diff)
bump version
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 5100979..d91f0ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "shiplift"
-version = "0.1.2"
+version = "0.2.0"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A Rust interface for maneuvering Docker containers"
documentation = "https://softprops.github.io/shiplift"