Skip to content

Commit

Permalink
Release 4.0.1 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio authored Nov 27, 2024
1 parent 663e9df commit 9125ca1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
Then include our Android SDK artifacts as dependencies of your modules as needed:

```groovy
def vital_version = '4.0.0'
def vital_version = '4.0.1'
implementation 'io.tryvital:vital-client:$vital_version'
implementation 'io.tryvital:vital-health-connect:$vital_version'
Expand Down
2 changes: 1 addition & 1 deletion VitalClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ publishing {
release(MavenPublication) {
groupId = 'io.tryvital'
artifactId = 'vital-client'
version = '4.0.0'
version = '4.0.1'

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

companion object {
const val sdkVersion = "4.0.0"
const val sdkVersion = "4.0.1"

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 = '4.0.0'
version = '4.0.1'

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 = '4.0.0'
version = '4.0.1'

afterEvaluate {
from components.release
Expand Down

0 comments on commit 9125ca1

Please sign in to comment.