Skip to content

Commit

Permalink
all: 2.0.0 changelog & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Mar 8, 2021
1 parent e8a6af9 commit 4a0fa1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.0
-----

* Added support for Batch WebView In-App format. The dispatcher now requires Batch 1.17 or higher.

1.1.0
-----

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 29
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "2.0.0"

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

0 comments on commit 4a0fa1a

Please sign in to comment.