File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 5.0.5
1
+ 5.1.0
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Adjust.getAmazonAdId = function(callback) {
152
152
} ;
153
153
154
154
Adjust . getSdkVersion = function ( callback ) {
155
- module_adjust . getSdkVersion ( "react-native5.0.5 " , callback ) ;
155
+ module_adjust . getSdkVersion ( "react-native5.1.0 " , callback ) ;
156
156
} ;
157
157
158
158
Adjust . requestAppTrackingAuthorization = function ( callback ) {
@@ -294,7 +294,7 @@ Adjust.onPause = function(testParam) {
294
294
// AdjustConfig
295
295
296
296
var AdjustConfig = function ( appToken , environment ) {
297
- this . sdkPrefix = "react-native5.0.5 " ;
297
+ this . sdkPrefix = "react-native5.1.0 " ;
298
298
this . appToken = appToken ;
299
299
this . environment = environment ;
300
300
this . logLevel = null ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-adjust" ,
3
3
"description" : " Adjust React Native SDK" ,
4
- "version" : " 5.0.5 " ,
4
+ "version" : " 5.1.0 " ,
5
5
"main" : " index.js" ,
6
6
"author" : " Adjust" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-adjust-oaid" ,
3
3
"description" : " Adjust React Native OAID plugin" ,
4
- "version" : " 5.0.5 " ,
4
+ "version" : " 5.1.0 " ,
5
5
"main" : " index.js" ,
6
6
"author" : " Adjust" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-adjust-test" ,
3
3
"description" : " Adjust Test Plugin For React Native SDK" ,
4
- "version" : " 5.0.5 " ,
4
+ "version" : " 5.1.0 " ,
5
5
"author" : " Adjust" ,
6
6
"license" : " MIT" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments