fix(versionup): set the API version to 0.1.2

This commit is contained in:
Sebastian Thiel
2015-03-25 10:45:06 +01:00
parent e953535473
commit c7fb7c4093
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ directories:
# The subdirectory to contain documentation from all APIs and related programs
doc_subdir: doc
cargo:
build_version: "0.1.2"
repo_base_url: https://github.com/Byron/google-apis-rs
doc_base_url: http://byron.github.io/google-apis-rs
authors:

View File

@@ -26,7 +26,7 @@ make:
- source: lib.rs
output_dir: src
cargo:
build_version: "0.1.1"
build_version: "0.1.2"
keywords: [protocol, web, api]
dependencies:
- url = "*"