Skip to content

Commit f60c7db

Browse files
committed
Prepare for v6.1.0 release
1 parent 693f638 commit f60c7db

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.0 (2025-01-16)
2+
--------------------------
3+
Add new WebView interface (#700)
4+
15
Version 6.0.6 (2024-09-12)
26
--------------------------
37
Set negative battery levels to null in mobile context (#698)

VERSION

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

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.0.6'
25+
version = '6.1.0'
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.0.6
34+
VERSION_NAME=6.1.0
3535

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

0 commit comments

Comments
 (0)