From cbc89e6d37ab2dcf2bfe726da9def93615c8ffbb Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 15 Jul 2018 20:30:40 +0200 Subject: [PATCH] Bump version numbers --- client/Cargo.toml | 4 ++-- server/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 075d487..6284927 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bind9-api-client" -version = "0.1.0" +version = "0.1.1" authors = ["Valentin Brandl "] description = "Client for the BIND9 API" license = "MIT/Apache-2.0" @@ -18,4 +18,4 @@ reqwest = "0.8.6" serde = "1.0.69" serde_derive = "1.0.69" serde_json = "1.0.22" -toml = "0.4.6" \ No newline at end of file +toml = "0.4.6" diff --git a/server/Cargo.toml b/server/Cargo.toml index 6ed0047..4617734 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bind9-api" -version = "0.1.0" +version = "0.1.1" authors = ["Valentin Brandl "] description = "Web API to create, update and remove DNS entries in bind9" license = "MIT/Apache-2.0" @@ -15,4 +15,4 @@ futures = "0.1.21" log = "0.4.3" pretty_env_logger = "0.2.3" serde = "1.0.69" -serde_json = "1.0.22" \ No newline at end of file +serde_json = "1.0.22"