Skip to content

Commit

Permalink
fix(versionup): set the API version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 25, 2015
1 parent e953535 commit c7fb7c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion etc/api/shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion etc/api/type-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down

0 comments on commit c7fb7c4

Please sign in to comment.