Skip to content

Commit a01af1b

Browse files
committed
all: update changelog & versions for 2.0.0
1 parent a108078 commit a01af1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UPCOMING
1+
2.0.0
22
-----
33

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

mixpanel-dispatcher/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
minSdkVersion 15
1414
targetSdkVersion 30
15-
versionCode 1
16-
versionName "1.1.1"
15+
versionCode 2
16+
versionName "2.0.0"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)