We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f513978 commit b7a41efCopy full SHA for b7a41ef
VERSION
@@ -1 +1 @@
1
-0.4.0-rc2
+0.4.0-rc3
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
group = 'com.snowplowanalytics'
8
archivesBaseName = 'java-referer-parser'
9
-version = '0.4.0-rc2'
+version = '0.4.0-rc3'
10
11
sourceCompatibility = '1.8'
12
targetCompatibility = '1.8'
@@ -33,7 +33,7 @@ bintray {
33
licenses = ['Apache-2.0']
34
vcsUrl = 'https://github.com/snowplow-referer-parser/java-referer-parser.git'
35
version {
36
- name = '0.4.0-rc2'
+ name = '0.4.0-rc3'
37
gpg {
38
sign = true
39
}
0 commit comments