Skip to content

Commit

Permalink
3.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed Aug 15, 2024
1 parent 44e0cf9 commit 75f3516
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VitalClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ publishing {
release(MavenPublication) {
groupId = 'io.tryvital'
artifactId = 'vital-client'
version = '3.2.0-beta.1'
version = '3.2.0-beta.2'

afterEvaluate {
from components.release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class VitalClient internal constructor(context: Context) {
}

companion object {
const val sdkVersion = "3.1.0"
const val sdkVersion = "3.2.0-beta.2"

private var sharedInstance: VitalClient? = null

Expand Down
2 changes: 1 addition & 1 deletion VitalDevices/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ publishing {
release(MavenPublication) {
groupId = 'io.tryvital'
artifactId = 'vital-devices'
version = '3.2.0-beta.1'
version = '3.2.0-beta.2'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion VitalHealthConnect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ publishing {
release(MavenPublication) {
groupId = 'io.tryvital'
artifactId = 'vital-health-connect'
version = '3.2.0-beta.1'
version = '3.2.0-beta.2'

afterEvaluate {
from components.release
Expand Down

0 comments on commit 75f3516

Please sign in to comment.