Skip to content

Commit

Permalink
Prepare for 3.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Mar 9, 2022
1 parent f3cfe35 commit 2f5db16
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 3.1.1 (2022-03-09)
--------------------------
Enable updating collector endpoint while Emitter is running (#508)

Version 3.1.0 (2022-02-25)
--------------------------
Update copyright headers to 2022 (#502)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

subprojects {
group = 'com.snowplowanalytics'
version = '3.1.0'
version = '3.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 @@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
SONATYPE_STAGING_PROFILE=comsnowplowanalytics
GROUP=com.snowplowanalytics
POM_ARTIFACT_ID=snowplow-android-tracker
VERSION_NAME=3.1.0
VERSION_NAME=3.1.1

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

0 comments on commit 2f5db16

Please sign in to comment.