Skip to content

Commit 156bd16

Browse files
authored
Merge pull request #28 from adjust/v4121
Version 4.12.1
2 parents b13538f + 952f8ba commit 156bd16

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Version 4.12.1 (1st February 2018)
2+
#### Native changes
3+
- https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4121-31st-january-2018
4+
5+
#### Native SDKs
6+
- [[email protected]][ios_sdk_v4.12.1]
7+
- [[email protected]][android_sdk_v4.12.1]
8+
9+
---
10+
111
### Version 4.12.0 (4th January 2018)
212
#### Native changes:
313
- **[iOS]** https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4120-13th-december-2017
@@ -176,3 +186,4 @@
176186
[android_sdk_v4.11.3]: https://github.com/adjust/android_sdk/tree/v4.11.3
177187
[android_sdk_v4.11.4]: https://github.com/adjust/android_sdk/tree/v4.11.4
178188
[android_sdk_v4.12.0]: https://github.com/adjust/android_sdk/tree/v4.12.0
189+
[android_sdk_v4.12.1]: https://github.com/adjust/android_sdk/tree/v4.12.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.12.0
1+
4.12.1

android/libs/adjust-android.jar

-228 Bytes
Binary file not shown.

ext/Android/sdk

Submodule sdk updated from 0242f85 to a5927e1

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ var AdjustConfig = function(appToken, environment) {
148148
this.appToken = appToken;
149149
this.environment = environment;
150150

151-
this.sdkPrefix = "react_native4.12.0";
151+
this.sdkPrefix = "react_native4.12.1";
152152
this.logLevel = null;
153153

154154
this.eventBufferingEnabled = null;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-adjust",
33
"description": "Adjust React Native SDK",
4-
"version": "4.12.0",
4+
"version": "4.12.1",
55
"main": "index.js",
66
"author": "adjust GmbH",
77
"license": "MIT",

0 commit comments

Comments
 (0)