From 2ef8728f9a6d9c4c6b00f194d0812179e0f8054f Mon Sep 17 00:00:00 2001 From: Xiaowei Zhu <33129495+zhu-xiaowei@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:50:38 +0800 Subject: [PATCH] release: clickstream Android 0.10.1 (#61) Signed-off-by: github-actions Co-authored-by: github-actions --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d04d611..4e94c27 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the following dependency to your `app` module's `build.gradle` file. ```groovy dependencies { - implementation 'software.aws.solution:clickstream:0.10.0' + implementation 'software.aws.solution:clickstream:0.10.1' } ``` diff --git a/gradle.properties b/gradle.properties index 1c30ab8..df76f9a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects org.gradle.parallel=true -VERSION_NAME=0.10.0 +VERSION_NAME=0.10.1 POM_GROUP=software.aws.solution POM_ARTIFACT_ID=clickstream