Skip to content

Commit

Permalink
chore(version): next release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
worotyns committed Aug 29, 2024
1 parent a2a75b4 commit d30cbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dependencyResolutionManagement {

// /libs.versions.toml
[versions]
ppgSdk = "2.2.0"
ppgSdk = "2.2.1"

[libraries]
ppg-sdk = { module = "com.github.ppgco.android-sdk:sdk", version.ref = "ppgSdk" }
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/java/com/pushpushgo/sdk/PushPushGo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PushPushGo private constructor(
) {

companion object {
const val VERSION = "2.2.0-20240819~1"
const val VERSION = "2.2.1-20240829~1"

internal const val TAG = "PPGo"

Expand Down

0 comments on commit d30cbac

Please sign in to comment.