From f80ef206bc6f3030e44c917b4db6f361fcbfaefe Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 9 Dec 2019 09:08:42 +0800 Subject: [PATCH] Bump version prior to release --- etc/api/shared.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/api/shared.yaml b/etc/api/shared.yaml index 356fbb2300..1045cf7196 100644 --- a/etc/api/shared.yaml +++ b/etc/api/shared.yaml @@ -78,7 +78,7 @@ directories: # The subdirectory to contain documentation from all APIs and related programs doc_subdir: doc cargo: - build_version: "1.0.11" + build_version: "1.0.12" repo_base_url: https://github.com/Byron/google-apis-rs authors: # don't forget to possibly add them to copyright authors @@ -90,7 +90,7 @@ urls: authenticator_delegate: https://docs.rs/yup-oauth2/*/yup_oauth2/trait.AuthenticatorDelegate.html copyright: license_abbrev: "MIT" - years: '2015-2019' + years: '2015-2020' authors: - 'Sebastian Thiel'