Skip to content

Commit

Permalink
New version 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Feb 16, 2017
1 parent a3f2e6f commit a528a32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.11.0
4.11.1
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var AdjustConfig = function(appToken, environment) {
this.appToken = appToken;
this.environment = environment;

this.sdkPrefix = "react_native4.11.0";
this.sdkPrefix = "react_native4.11.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.11.0",
"version": "4.11.1",
"main": "index.js",
"author": "adjust GmbH",
"license": "MIT",
Expand Down

0 comments on commit a528a32

Please sign in to comment.