Skip to content

Commit

Permalink
Bump version: 0.9.0-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Sep 21, 2024
1 parent e4d5b55 commit 122ffd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Supports the following Kotlin Multiplatform targets:
- [x] iOS
- [x] JVM
- [x] JS
- [x] Wasm (_Use this [version](https://github.com/PatilShreyas/generative-ai-kmp/releases/tag/v0.9.0-1.0.0-wasm)_)
- [x] Wasm (_Use this [version](https://github.com/PatilShreyas/generative-ai-kmp/releases/tag/v0.9.0-1.0.1-wasm)_)

## Installation and usage

Expand All @@ -59,7 +59,7 @@ The versioning scheme is of the form `X-Y` where:

X is the _Generative AI Android SDK_ version that is being tracked.
Y is the _Multiplatform SDK_ version.
For example, if _Generative AI Android SDK_ is on `0.9.0` and _Multiplatform SDK_ is on `1.0.0`, the artifact for a release will be `dev.shreyaspatil.generativeai:generativeai-google:0.9.0-1.0.0`.
For example, if _Generative AI Android SDK_ is on `0.9.0` and _Multiplatform SDK_ is on `1.0.0`, the artifact for a release will be `dev.shreyaspatil.generativeai:generativeai-google:0.9.0-1.0.1`.

## Try sample app

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=dev.shreyaspatil.generativeai
VERSION_NAME=0.9.0-1.0.0
VERSION_NAME=0.9.0-1.0.1

POM_DESCRIPTION=Google's Generative AI Multiplatform SDK

Expand Down

0 comments on commit 122ffd6

Please sign in to comment.