Skip to content

Commit dd3c699

Browse files
Update version numbers to 1.1.2
1 parent ca84e1c commit dd3c699

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Session is a real time spent in the game, it starts when the game is launched an
100100
"os_name": "Android",
101101
"os_version": "5.0.1",
102102
"sdk": "AndroidSDK",
103-
"sdk_version": "1.1.1"
103+
"sdk_version": "1.1.2"
104104
"app_version": "1.0.0"
105105
}
106106
</code></pre>
@@ -121,7 +121,7 @@ Installation event is fired <strong>only once</strong> for the whole lifetime of
121121
"os_name": "Android",
122122
"os_version": "5.0.1",
123123
"sdk": "AndroidSDK",
124-
"sdk_version": "1.1.1"
124+
"sdk_version": "1.1.2"
125125
}
126126
</code></pre>
127127

@@ -139,7 +139,7 @@ Identification event is tracked each time the <code>identify()</code> method is
139139
"os_name": "Android",
140140
"os_version": "5.0.1",
141141
"sdk": "AndroidSDK",
142-
"sdk_version": "1.1.1"
142+
"sdk_version": "1.1.2"
143143
}
144144
</code></pre>
145145

@@ -225,7 +225,7 @@ Purchase events (called <code>hard_purchase</code>) contain all basic informatio
225225
"os_name": "Android",
226226
"os_version": "5.0.1",
227227
"sdk": "AndroidSDK",
228-
"sdk_version": "1.1.1"
228+
"sdk_version": "1.1.2"
229229
}
230230
</code></pre>
231231

maven-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ afterEvaluate { project ->
4747

4848
pom.groupId = 'com.infinario.android.infinariosdk'
4949
pom.artifactId = 'infinario-android-sdk'
50-
pom.version = '1.1.1'
50+
pom.version = '1.1.2'
5151

5252
repository(url: getReleaseRepositoryUrl()) {
5353
authentication(userName: getRepositoryUsername(), password: getRepositoryPassword())

src/main/java/com/infinario/android/infinariosdk/Contract.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class Contract {
1616
* SDK
1717
*/
1818
public static final String SDK = "AndroidSDK";
19-
public static final String VERSION = "1.1.1";
19+
public static final String VERSION = "1.1.2";
2020
public static final String OS = "Android";
2121

2222
/**

0 commit comments

Comments
 (0)