Skip to content

Commit

Permalink
Update version numbers to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
infinarioroland committed Sep 7, 2015
1 parent ca84e1c commit dd3c699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -100,7 +100,7 @@ Session is a real time spent in the game, it starts when the game is launched an
"os_name": "Android",
"os_version": "5.0.1",
"sdk": "AndroidSDK",
"sdk_version": "1.1.1"
"sdk_version": "1.1.2"
"app_version": "1.0.0"
}
</code></pre>
Expand All @@ -121,7 +121,7 @@ Installation event is fired <strong>only once</strong> for the whole lifetime of
"os_name": "Android",
"os_version": "5.0.1",
"sdk": "AndroidSDK",
"sdk_version": "1.1.1"
"sdk_version": "1.1.2"
}
</code></pre>

Expand All @@ -139,7 +139,7 @@ Identification event is tracked each time the <code>identify()</code> method is
"os_name": "Android",
"os_version": "5.0.1",
"sdk": "AndroidSDK",
"sdk_version": "1.1.1"
"sdk_version": "1.1.2"
}
</code></pre>

Expand Down Expand Up @@ -225,7 +225,7 @@ Purchase events (called <code>hard_purchase</code>) contain all basic informatio
"os_name": "Android",
"os_version": "5.0.1",
"sdk": "AndroidSDK",
"sdk_version": "1.1.1"
"sdk_version": "1.1.2"
}
</code></pre>

Expand Down
2 changes: 1 addition & 1 deletion maven-push.gradle
Expand Up @@ -47,7 +47,7 @@ afterEvaluate { project ->

pom.groupId = 'com.infinario.android.infinariosdk'
pom.artifactId = 'infinario-android-sdk'
pom.version = '1.1.1'
pom.version = '1.1.2'

repository(url: getReleaseRepositoryUrl()) {
authentication(userName: getRepositoryUsername(), password: getRepositoryPassword())
Expand Down
Expand Up @@ -16,7 +16,7 @@ public class Contract {
* SDK
*/
public static final String SDK = "AndroidSDK";
public static final String VERSION = "1.1.1";
public static final String VERSION = "1.1.2";
public static final String OS = "Android";

/**
Expand Down

0 comments on commit dd3c699

Please sign in to comment.