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

@@ -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 = "*"