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 9038579 commit d7f81c0Copy full SHA for d7f81c0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@iterable/react-native-sdk",
3
- "version": "2.1.0-beta.1",
+ "version": "2.2.0-alpha.0",
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.1.0-beta.1',
+ version: '2.2.0-alpha.0',
7
};
0 commit comments