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
- 4.29.5
1
+ 4.29.6
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Adjust.getAmazonAdId = function(callback) {
132
132
} ;
133
133
134
134
Adjust . getSdkVersion = function ( callback ) {
135
- module_adjust . getSdkVersion ( "react-native4.29.5 " , callback ) ;
135
+ module_adjust . getSdkVersion ( "react-native4.29.6 " , callback ) ;
136
136
} ;
137
137
138
138
Adjust . setReferrer = function ( referrer ) {
@@ -234,7 +234,7 @@ Adjust.onPause = function(testParam) {
234
234
// AdjustConfig
235
235
236
236
var AdjustConfig = function ( appToken , environment ) {
237
- this . sdkPrefix = "react-native4.29.5 " ;
237
+ this . sdkPrefix = "react-native4.29.6 " ;
238
238
this . appToken = appToken ;
239
239
this . environment = environment ;
240
240
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" : " 4.29.5 " ,
4
+ "version" : " 4.29.6 " ,
5
5
"main" : " index.js" ,
6
6
"author" : " Adjust GmbH" ,
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" : " 4.29.5 " ,
4
+ "version" : " 4.29.6 " ,
5
5
"main" : " index.js" ,
6
6
"author" : " Adjust GmbH" ,
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" : " 4.29.5 " ,
4
+ "version" : " 4.29.6 " ,
5
5
"author" : " Adjust GmbH" ,
6
6
"license" : " MIT" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments