Skip to content

Commit

Permalink
Prepare for 6.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jan 22, 2025
1 parent 84b88a0 commit 2229c8b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 6.1.1 (2025-01-22)
--------------------------
Do not autotrack screen view events when app comes to foreground (#701)

Version 6.1.0 (2025-01-16)
--------------------------
Add new WebView interface (#700)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
6.1.1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

subprojects {
group = 'com.snowplowanalytics'
version = '6.1.0'
version = '6.1.1'
repositories {
google()
maven {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
SONATYPE_STAGING_PROFILE=comsnowplowanalytics
GROUP=com.snowplowanalytics
POM_ARTIFACT_ID=snowplow-android-tracker
VERSION_NAME=6.1.0
VERSION_NAME=6.1.1

POM_NAME=snowplow-android-tracker
POM_PACKAGING=aar
Expand Down

0 comments on commit 2229c8b

Please sign in to comment.