Skip to content

Commit

Permalink
Version 2.3.0 increment (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Masseau <>
  • Loading branch information
evan-masseau committed Apr 18, 2024
1 parent 3174b6f commit 8a64598
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/
```kotlin
// build.gradle.kts
dependencies {
implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:2.2.1")
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:2.2.1")
implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:2.3.0")
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:2.3.0")
}
```
</details>
Expand All @@ -63,8 +63,8 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/
```groovy
// build.gradle
dependencies {
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:2.2.1"
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:2.2.1"
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:2.3.0"
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:2.3.0"
}
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- Redirect to latest version -->
<meta HTTP-EQUIV="REFRESH" content="0; url=./2.2.1/index.html">
<meta HTTP-EQUIV="REFRESH" content="0; url=./2.3.0/index.html">
4 changes: 2 additions & 2 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

# Project versioning, run the following gradle command to update version numbers automatically:
# ./gradlew bumpVersion --nextVersion=X.Y.Z
version.klaviyo.versionCode=16
version.klaviyo.versionCode=17

version.klaviyo.versionName=2.2.1
version.klaviyo.versionName=2.3.0

# Android versioning

Expand Down

0 comments on commit 8a64598

Please sign in to comment.