Skip to content

Commit

Permalink
all: bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Dec 12, 2022
1 parent 2c606f9 commit 4c7b1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A "ready-to-go" dispatcher that reflect event from the Batch SDK to the At Inter
Gradle (recommended)

```
implementation 'com.batch.android:atinternet-dispatcher:3.0+'
implementation 'com.batch.android:atinternet-dispatcher:3.0.1'
```

Read our [setup documentation](https://doc.batch.com/) to follow a step by step tutorial for integrating Batch features into your app.
Expand Down
4 changes: 2 additions & 2 deletions atinternet-dispatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 32
versionCode 4
versionName "3.0.0"
versionCode 5
versionName "3.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit 4c7b1eb

Please sign in to comment.