Skip to content

Commit ff72e13

Browse files
Release version.
1 parent cf77e40 commit ff72e13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SampleApp/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.0.11",
13+
"@iterable/react-native-sdk": "^1.0.12",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-navigation/bottom-tabs": "^5.4.5",
1616
"@react-navigation/native": "^5.4.0",

SampleApp/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.0.11",
13+
"@iterable/react-native-sdk": "^1.0.12",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-navigation/bottom-tabs": "^5.4.5",
1616
"@react-navigation/native": "^5.4.0",

integration-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"e2e:android-release": "npm run build:android-release && npm run test:android-release"
2222
},
2323
"dependencies": {
24-
"@iterable/react-native-sdk": "^1.0.11",
24+
"@iterable/react-native-sdk": "^1.0.12",
2525
"@react-native-community/masked-view": "^0.1.10",
2626
"@react-navigation/bottom-tabs": "^5.4.5",
2727
"@react-navigation/native": "^5.4.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iterable/react-native-sdk",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Iterable SDK for React Native.",
55
"main": "./js/index.js",
66
"types": "./js/index.d.ts",

0 commit comments

Comments
 (0)