Skip to content

Commit 2e59024

Browse files
committed
Bumped Core version to 0.1.4 (snowplow#101)
1 parent 458fae9 commit 2e59024

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Java 0.5.2 (2014-11-25)
2+
-----------------------
3+
Bumped Core version to 0.1.4 (#101)
4+
15
Core 0.1.4 (2014-11-25)
26
-----------------------
37
Fixed incorrectly casts timestamp from long to double (#84)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
allprojects {
2727
apply plugin: 'java'
2828
group = 'com.snowplowanalytics'
29-
version = '0.5.1'
29+
version = '0.5.2'
3030
sourceCompatibility = '1.6'
3131
targetCompatibility = '1.6'
3232
repositories {

src/main/java/com/snowplowanalytics/snowplow/tracker/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
package com.snowplowanalytics.snowplow.tracker;
1515

1616
public class Version {
17-
static final String TRACKER = "java-0.5.1";
18-
static final String VERSION = "0.5.1";
17+
static final String TRACKER = "java-0.5.2";
18+
static final String VERSION = "0.5.2";
1919
}

0 commit comments

Comments
 (0)