Skip to content

Commit

Permalink
chore(release): 0.1.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0-beta.2](0.1.0-beta.1...0.1.0-beta.2) (2022-04-05)

### Features

* add Kotlin android sample ([#23](#23)) ([3b948c8](3b948c8))
  • Loading branch information
amplitude-sdk-bot committed Apr 5, 2022
1 parent c95209a commit e570163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.1.0-beta.2](https://github.com/amplitude/Amplitude-Kotlin/compare/0.1.0-beta.1...0.1.0-beta.2) (2022-04-05)


### Features

* add Kotlin android sample ([#23](https://github.com/amplitude/Amplitude-Kotlin/issues/23)) ([3b948c8](https://github.com/amplitude/Amplitude-Kotlin/commit/3b948c8bac688ff2896bc7e634e1519c5520ce65))

# [0.1.0-beta.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v0.0.0...0.1.0-beta.1) (2022-03-31)


Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
PUBLISH_NAME = 'Amplitude Android Kotlin SDK'
PUBLISH_DESCRIPTION = 'Amplitude Kotlin client-side SDK for Android'
PUBLISH_GROUP_ID = 'com.amplitude'
PUBLISH_VERSION = '0.1.0-beta.1'
PUBLISH_VERSION = '0.1.0-beta.2'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit e570163

Please sign in to comment.