Skip to content

Commit

Permalink
Update version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Jan 16, 2017
1 parent 79074ef commit 544e167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mparticle-sdk-java/build.gradle
Expand Up @@ -68,7 +68,7 @@ uploadArchives {
}

pom.project {
version = '1.2.1'
version = '1.2.2'
artifactId = 'java-sdk'
groupId = 'com.mparticle'
description 'mParticle Java SDK used to integrate with mParticle\'s Firehose API'
Expand Down
Expand Up @@ -2,7 +2,7 @@

public final class Consts {

public static final String SDK_VERSION="1.2.1";
public static final String SDK_VERSION="1.2.2";

private Consts() {
}
Expand Down

0 comments on commit 544e167

Please sign in to comment.