Skip to content

Commit 4c7b1eb

Browse files
committed
all: bump version to 3.0.1
1 parent 2c606f9 commit 4c7b1eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A "ready-to-go" dispatcher that reflect event from the Batch SDK to the At Inter
2121
Gradle (recommended)
2222

2323
```
24-
implementation 'com.batch.android:atinternet-dispatcher:3.0+'
24+
implementation 'com.batch.android:atinternet-dispatcher:3.0.1'
2525
```
2626

2727
Read our [setup documentation](https://doc.batch.com/) to follow a step by step tutorial for integrating Batch features into your app.

atinternet-dispatcher/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
minSdkVersion 15
1616
targetSdkVersion 32
17-
versionCode 4
18-
versionName "3.0.0"
17+
versionCode 5
18+
versionName "3.0.1"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)