Skip to content

Commit b7a41ef

Browse files
committed
0.4.0-rc3
1 parent f513978 commit b7a41ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

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

build.gradle

+2-2
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'
@@ -33,7 +33,7 @@ bintray {
3333
licenses = ['Apache-2.0']
3434
vcsUrl = 'https://github.com/snowplow-referer-parser/java-referer-parser.git'
3535
version {
36-
name = '0.4.0-rc2'
36+
name = '0.4.0-rc3'
3737
gpg {
3838
sign = true
3939
}

0 commit comments

Comments
 (0)