Skip to content

Commit

Permalink
Prepare for 5.0.0-alpha.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Nov 30, 2022
1 parent aaec930 commit 10923b7
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 5.0.0-alpha.1 (2022-11-30)
--------------------------
Migrate published API to Kotlin (#561)

Version 4.1.0 (2022-11-16)
--------------------------
Anonymise previous session ID and user identifiers in subject when user anonymisation is enabled (#549)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
5.0.0-alpha.1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {

subprojects {
group = 'com.snowplowanalytics'
version = '4.1.0'
version = '5.0.0-alpha.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=4.1.0
VERSION_NAME=5.0.0-alpha.1

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

0 comments on commit 10923b7

Please sign in to comment.