mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump version to 1.0.8 - the previous one was already published somehow
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-consumersurveys2-cli"
|
||||
version = "1.0.7+20170407"
|
||||
version = "1.0.8+20170407"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Consumer Surveys (protocol v2)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/consumersurveys2-cli"
|
||||
@@ -38,4 +38,4 @@ clap = "^2.0"
|
||||
|
||||
[dependencies.google-consumersurveys2]
|
||||
path = "../consumersurveys2"
|
||||
version = "1.0.7+20170407"
|
||||
version = "1.0.8+20170407"
|
||||
|
||||
@@ -22,7 +22,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Consumer Surveys* API at revision *20170407*. The CLI is at version *1.0.7*.
|
||||
This documentation was generated from the *Consumer Surveys* API at revision *20170407*. The CLI is at version *1.0.8*.
|
||||
|
||||
```bash
|
||||
consumersurveys2 [options]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Consumer Surveys v1.0.7+20170407
|
||||
site_name: Consumer Surveys v1.0.8+20170407
|
||||
site_url: http://byron.github.io/google-apis-rs/google-consumersurveys2-cli
|
||||
site_description: A complete library to interact with Consumer Surveys (protocol v2)
|
||||
|
||||
|
||||
@@ -1266,7 +1266,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("consumersurveys2")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.7+20170407")
|
||||
.version("1.0.8+20170407")
|
||||
.about("Creates and conducts surveys, lists the surveys that an authenticated user owns, and retrieves survey results and information about specified surveys.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_consumersurveys2_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user