Skip to content

Commit

Permalink
Bumped Core version to 0.1.4 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Nov 25, 2014
1 parent 458fae9 commit 2e59024
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Java 0.5.2 (2014-11-25)
-----------------------
Bumped Core version to 0.1.4 (#101)

Core 0.1.4 (2014-11-25)
-----------------------
Fixed incorrectly casts timestamp from long to double (#84)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
allprojects {
apply plugin: 'java'
group = 'com.snowplowanalytics'
version = '0.5.1'
version = '0.5.2'
sourceCompatibility = '1.6'
targetCompatibility = '1.6'
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
package com.snowplowanalytics.snowplow.tracker;

public class Version {
static final String TRACKER = "java-0.5.1";
static final String VERSION = "0.5.1";
static final String TRACKER = "java-0.5.2";
static final String VERSION = "0.5.2";
}

0 comments on commit 2e59024

Please sign in to comment.