Skip to content

Commit 2229c8b

Browse files
committed
Prepare for 6.1.1 release
1 parent 84b88a0 commit 2229c8b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 6.1.1 (2025-01-22)
2+
--------------------------
3+
Do not autotrack screen view events when app comes to foreground (#701)
4+
15
Version 6.1.0 (2025-01-16)
26
--------------------------
37
Add new WebView interface (#700)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
6.1.1

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
subprojects {
2424
group = 'com.snowplowanalytics'
25-
version = '6.1.0'
25+
version = '6.1.1'
2626
repositories {
2727
google()
2828
maven {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3131
SONATYPE_STAGING_PROFILE=comsnowplowanalytics
3232
GROUP=com.snowplowanalytics
3333
POM_ARTIFACT_ID=snowplow-android-tracker
34-
VERSION_NAME=6.1.0
34+
VERSION_NAME=6.1.1
3535

3636
POM_NAME=snowplow-android-tracker
3737
POM_PACKAGING=aar

0 commit comments

Comments
 (0)