Skip to content

Commit ee20e53

Browse files
committed
Preparing for 0.3.1
1 parent 0751c1e commit ee20e53

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Add the dependency to your app's `build.gradle.kts`:
1616

1717
```kotlin
1818
dependencies {
19-
implementation("com.maxmind.device:device-sdk:0.3.0")
19+
implementation("com.maxmind.device:device-sdk:0.3.1")
2020
}
2121
```
2222

2323
### Gradle (Groovy)
2424

2525
```groovy
2626
dependencies {
27-
implementation 'com.maxmind.device:device-sdk:0.3.0'
27+
implementation 'com.maxmind.device:device-sdk:0.3.1'
2828
}
2929
```
3030

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
allprojects {
1414
group = "com.maxmind.device"
15-
version = "0.3.0"
15+
version = "0.3.1"
1616
}
1717

1818
tasks.register("clean", Delete::class) {

device-sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ signing {
170170
// API compatibility checking with japicmp
171171
// Compares the current build against the latest released version on Maven Central
172172
// Update this version after each release (the release script should do this automatically)
173-
val baselineVersion = "0.3.0"
173+
val baselineVersion = "0.3.1"
174174

175175
// Download baseline AAR directly from Maven Central to avoid local project resolution
176176
val downloadBaselineAar by tasks.registering {

0 commit comments

Comments
 (0)