Skip to content

Commit c8e33b1

Browse files
committed
rc2
1 parent f2bbef3 commit c8e33b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-rc6
1+
0.4.0-rc2

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
group = 'com.snowplowanalytics'
88
archivesBaseName = 'java-referer-parser'
9-
version = '0.4.0-rc6'
9+
version = '0.4.0-rc2'
1010

1111
sourceCompatibility = '1.8'
1212
targetCompatibility = '1.8'
@@ -35,7 +35,7 @@ bintray {
3535
licenses = ['Apache-2.0']
3636
vcsUrl = 'https://github.com/snowplow-referer-parser/java-referer-parser.git'
3737
version {
38-
name = '0.4.0-rc6'
38+
name = '0.4.0-rc2'
3939
gpg {
4040
sign = true
4141
}
@@ -91,7 +91,7 @@ publishing {
9191
artifact javadocJar
9292
groupId 'com.snowplowanalytics'
9393
artifactId 'java-referer-parser'
94-
version '0.4.0-rc6'
94+
version '0.4.0-rc2'
9595
pom.withXml {
9696
def root = asNode()
9797
root.appendNode('description', 'This is the Java implementation of referer-parser, the library for extracting attribution data from referer (sic) URLs.')

0 commit comments

Comments
 (0)