From 4e275eaaddfd7a86ed42d04df24113015c6ea099 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 26 Apr 2015 11:22:56 +0200 Subject: [PATCH] fix(version-up): CLI + API release preps --- etc/api/type-api.yaml | 2 +- etc/api/type-cli.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/api/type-api.yaml b/etc/api/type-api.yaml index a109a3ace8..86359bf83c 100644 --- a/etc/api/type-api.yaml +++ b/etc/api/type-api.yaml @@ -21,7 +21,7 @@ make: - source: lib.rs output_dir: src cargo: - build_version: "0.1.5" + build_version: "0.1.6" keywords: [protocol, web, api] dependencies: - url = "*" diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index 25dc06b2b7..f2de6e9642 100644 --- a/etc/api/type-cli.yaml +++ b/etc/api/type-cli.yaml @@ -22,7 +22,7 @@ make: - source: main.rs output_dir: src cargo: - build_version: "0.0.1" + build_version: "0.1.0" keywords: [cli] is_executable: YES dependencies: