From a5312c18c51256b95f364550566dbfd945a60462 Mon Sep 17 00:00:00 2001 From: Kevin Choubacha Date: Fri, 20 Apr 2018 14:57:43 -0700 Subject: [PATCH] client 0.1.1 --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index bf20b84..f89c011 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-client" -version = "0.1.0" +version = "0.1.1" authors = ["Kevin Bacha "] readme = "../README.md"