We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6614c24 commit 7144ab1Copy full SHA for 7144ab1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@iterable/react-native-sdk",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "Iterable SDK for React Native.",
5
"source": "./src/index.tsx",
6
"main": "./lib/module/index.js",
src/itblBuildInfo.ts
@@ -3,5 +3,5 @@
* It contains the version of the package
*/
export const buildInfo = {
- version: '2.0.3',
+ version: '2.0.4',
7
};
0 commit comments