diff --git a/CHANGELOG.md b/CHANGELOG.md index de9259a7..0e8ae714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### Version 4.17.2 (3rd May 2019) +#### Changed +- Updated iOS SDK version number in Podspec file to 4.17.2. + +#### Native SDKs +- [iOS@v4.17.2][ios_sdk_v4.17.2] +- [Android@v4.17.0][android_sdk_v4.17.0] + +--- + ### Version 4.17.1 (3rd May 2019) #### Added - Added support for projects written in `TypeScript`. @@ -271,6 +281,7 @@ [ios_sdk_v4.14.1]: https://github.com/adjust/ios_sdk/tree/v4.14.1 [ios_sdk_v4.15.0]: https://github.com/adjust/ios_sdk/tree/v4.15.0 [ios_sdk_v4.17.1]: https://github.com/adjust/ios_sdk/tree/v4.17.1 +[ios_sdk_v4.17.2]: https://github.com/adjust/ios_sdk/tree/v4.17.2 [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 [android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0 diff --git a/VERSION b/VERSION index 1b0a87fd..1c8fd19f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.17.1 +4.17.2 diff --git a/example/yarn.lock b/example/yarn.lock index b04c323a..687281b7 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4123,7 +4123,7 @@ react-is@^16.3.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.2.tgz#f4d3d0e2f5fbb6ac46450641eb2e25bf05d36b22" react-native-adjust@../temp: - version "4.17.1" + version "4.17.2" react-native@0.55.4: version "0.55.4" diff --git a/index.js b/index.js index cfadc95e..fd3879ce 100755 --- a/index.js +++ b/index.js @@ -106,7 +106,7 @@ Adjust.getAmazonAdId = function(callback) { }; Adjust.getSdkVersion = function(callback) { - module_adjust.getSdkVersion("react-native4.17.1", callback); + module_adjust.getSdkVersion("react-native4.17.2", callback); } Adjust.setReferrer = function(referrer) { @@ -179,7 +179,7 @@ Adjust.onPause = function(testParam) { // AdjustConfig var AdjustConfig = function(appToken, environment) { - this.sdkPrefix = "react-native4.17.1"; + this.sdkPrefix = "react-native4.17.2"; this.appToken = appToken; this.environment = environment; this.logLevel = null; diff --git a/package.json b/package.json index 790aa359..0070fba5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-adjust", "description": "Adjust React Native SDK", - "version": "4.17.1", + "version": "4.17.2", "main": "index.js", "author": "adjust GmbH", "license": "MIT", diff --git a/react-native-adjust.podspec b/react-native-adjust.podspec index ff005e90..684bdd0b 100644 --- a/react-native-adjust.podspec +++ b/react-native-adjust.podspec @@ -18,6 +18,6 @@ Pod::Spec.new do |s| s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js' s.source_files = 'ios/*.{h,m}' - s.dependency 'Adjust', '~> 4.17.1' + s.dependency 'Adjust', '~> 4.17.2' s.dependency 'React' end diff --git a/test/lib/package.json b/test/lib/package.json index 935b7c69..d2e368e8 100644 --- a/test/lib/package.json +++ b/test/lib/package.json @@ -1,7 +1,7 @@ { "name": "react-native-adjust-test", "description": "Adjust Test Plugin For React Native SDK", - "version": "4.17.1", + "version": "4.17.2", "author": "adjust GmbH", "license": "MIT", "keywords": [