Skip to content

Commit db10fc0

Browse files
committed
rc3
1 parent a72b1e3 commit db10fc0

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-rc2
1+
0.4.0-rc3

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-rc2'
9+
version = '0.4.0-rc3'
1010

1111
sourceCompatibility = '1.8'
1212
targetCompatibility = '1.8'
@@ -37,7 +37,7 @@ bintray {
3737
licenses = ['Apache-2.0']
3838
vcsUrl = 'https://github.com/snowplow-referer-parser/java-referer-parser.git'
3939
version {
40-
name = '0.4.0-rc2'
40+
name = '0.4.0-rc3'
4141
gpg {
4242
sign = true
4343
}
@@ -93,7 +93,7 @@ publishing {
9393
artifact javadocJar
9494
groupId 'com.snowplowanalytics'
9595
artifactId 'java-referer-parser'
96-
version '0.4.0-rc2'
96+
version '0.4.0-rc3'
9797
pom.withXml {
9898
def root = asNode()
9999
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)