Skip to content

Commit

Permalink
Update version numbers to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infinarioroland committed Jul 23, 2015
1 parent 9e78640 commit aa7c659
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 @@ -76,7 +76,7 @@ Session is a time spent in the game, it starts when the game is launched and end
"os_name": "Android",
"os_version": "5.0.1",
"sdk": "AndroidSDK",
"sdk_version": "1.1.0"
"sdk_version": "1.1.1"
"app_version": "1.0.0"
}
</code></pre>
Expand All @@ -97,7 +97,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.0"
"sdk_version": "1.1.1"
}
</code></pre>

Expand All @@ -115,7 +115,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.0"
"sdk_version": "1.1.1"
}
</code></pre>

Expand Down Expand Up @@ -201,7 +201,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.0"
"sdk_version": "1.1.1"
}
</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.0'
pom.version = '1.1.1'

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.0";
public static final String VERSION = "1.1.1";
public static final String OS = "Android";

/**
Expand Down

0 comments on commit aa7c659

Please sign in to comment.