Skip to content

Commit

Permalink
Merge pull request #28 from adjust/v4121
Browse files Browse the repository at this point in the history
Version 4.12.1
  • Loading branch information
uerceg authored Feb 1, 2018
2 parents b13538f + 952f8ba commit 156bd16
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Version 4.12.1 (1st February 2018)
#### Native changes
- https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4121-31st-january-2018

#### Native SDKs
- [[email protected]][ios_sdk_v4.12.1]
- [[email protected]][android_sdk_v4.12.1]

---

### Version 4.12.0 (4th January 2018)
#### Native changes:
- **[iOS]** https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4120-13th-december-2017
Expand Down Expand Up @@ -176,3 +186,4 @@
[android_sdk_v4.11.3]: https://github.com/adjust/android_sdk/tree/v4.11.3
[android_sdk_v4.11.4]: https://github.com/adjust/android_sdk/tree/v4.11.4
[android_sdk_v4.12.0]: https://github.com/adjust/android_sdk/tree/v4.12.0
[android_sdk_v4.12.1]: https://github.com/adjust/android_sdk/tree/v4.12.1
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.12.0
4.12.1
Binary file modified android/libs/adjust-android.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion ext/Android/sdk
Submodule sdk updated from 0242f8 to a5927e
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ var AdjustConfig = function(appToken, environment) {
this.appToken = appToken;
this.environment = environment;

this.sdkPrefix = "react_native4.12.0";
this.sdkPrefix = "react_native4.12.1";
this.logLevel = null;

this.eventBufferingEnabled = null;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-adjust",
"description": "Adjust React Native SDK",
"version": "4.12.0",
"version": "4.12.1",
"main": "index.js",
"author": "adjust GmbH",
"license": "MIT",
Expand Down

0 comments on commit 156bd16

Please sign in to comment.