set version 5.0.4 and publish APIs

This commit is contained in:
Sebastian Thiel
2024-03-05 19:36:36 +01:00
parent 5df596b52a
commit 1216fcf695
3120 changed files with 11605 additions and 11605 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-consumersurveys2-cli"
version = "5.0.3+20170407"
version = "5.0.4+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/main/gen/consumersurveys2-cli"
@@ -37,5 +37,5 @@ tower-service = "^0.3.1"
[dependencies.google-consumersurveys2]
path = "../consumersurveys2"
version = "5.0.3+20170407"
version = "5.0.4+20170407"

View File

@@ -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 *5.0.3*.
This documentation was generated from the *Consumer Surveys* API at revision *20170407*. The CLI is at version *5.0.4*.
```bash
consumersurveys2 [options]

View File

@@ -1,4 +1,4 @@
site_name: Consumer Surveys v5.0.3+20170407
site_name: Consumer Surveys v5.0.4+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)

View File

@@ -1259,7 +1259,7 @@ async fn main() {
let mut app = App::new("consumersurveys2")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("5.0.3+20170407")
.version("5.0.4+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")