File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 5.0.0
1+ 5.0.1
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Adjust.getAmazonAdId = function(callback) {
152152} ;
153153
154154Adjust . getSdkVersion = function ( callback ) {
155- module_adjust . getSdkVersion ( "react-native5.0.0 " , callback ) ;
155+ module_adjust . getSdkVersion ( "react-native5.0.1 " , callback ) ;
156156} ;
157157
158158Adjust . requestAppTrackingAuthorization = function ( callback ) {
@@ -294,7 +294,7 @@ Adjust.onPause = function(testParam) {
294294// AdjustConfig
295295
296296var AdjustConfig = function ( appToken , environment ) {
297- this . sdkPrefix = "react-native5.0.0 " ;
297+ this . sdkPrefix = "react-native5.0.1 " ;
298298 this . appToken = appToken ;
299299 this . environment = environment ;
300300 this . logLevel = null ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-adjust" ,
33 "description" : " Adjust React Native SDK" ,
4- "version" : " 5.0.0 " ,
4+ "version" : " 5.0.1 " ,
55 "main" : " index.js" ,
66 "author" : " Adjust" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-adjust-oaid" ,
33 "description" : " Adjust React Native OAID plugin" ,
4- "version" : " 5.0.0 " ,
4+ "version" : " 5.0.1 " ,
55 "main" : " index.js" ,
66 "author" : " Adjust" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-adjust-test" ,
33 "description" : " Adjust Test Plugin For React Native SDK" ,
4- "version" : " 5.0.0 " ,
4+ "version" : " 5.0.1 " ,
55 "author" : " Adjust" ,
66 "license" : " MIT" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments