Skip to content

Commit 27416a2

Browse files
committed
rc6
1 parent 5a9b27e commit 27416a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-rc5
1+
0.4.0-rc6

build.gradle

Lines changed: 3 additions & 3 deletions
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-rc5'
9+
version = '0.4.0-rc6'
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-rc5'
38+
name = '0.4.0-rc6'
3939
gpg {
4040
sign = true
4141
}
@@ -90,7 +90,7 @@ publishing {
9090
artifact javadocJar
9191
groupId 'com.snowplowanalytics'
9292
artifactId 'java-referer-parser'
93-
version '0.4.0-rc5'
93+
version '0.4.0-rc6'
9494
pom.withXml {
9595
def root = asNode()
9696
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)