From 5cba22f0c6717574af77756324eae08431dd3cdb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 30 Jan 2016 14:07:09 +0100 Subject: [PATCH] chore(versionup): increment versions of API + CLI --- etc/api/shared.yaml | 4 ++-- etc/api/type-api.yaml | 2 +- etc/api/type-cli.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/api/shared.yaml b/etc/api/shared.yaml index 8798074957..ddbc56736d 100644 --- a/etc/api/shared.yaml +++ b/etc/api/shared.yaml @@ -51,7 +51,7 @@ urls: authenticator_delegate: ../yup-oauth2/trait.AuthenticatorDelegate.html copyright: license_abbrev: "MIT" - # should at some point be 2015-2016 ... - years: '2015' + # should at some point be 2015-2016 ... + years: '2015-2016' authors: - 'Sebastian Thiel' diff --git a/etc/api/type-api.yaml b/etc/api/type-api.yaml index f5cac492d5..d12fe41d68 100644 --- a/etc/api/type-api.yaml +++ b/etc/api/type-api.yaml @@ -25,7 +25,7 @@ make: - source: build.rs output_dir: src cargo: - build_version: "0.1.10" + build_version: "0.1.11" build_script: src/build.rs keywords: [protocol, web, api] dependencies: diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index c0be0a3b18..e5ac6a47ce 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.3.2" + build_version: "0.3.3" keywords: [cli] is_executable: YES dependencies: