Skip to content

Commit d7f81c0

Browse files
committed
chore: update package version to 2.2.0-alpha.0 in package.json and itblBuildInfo.ts
1 parent 9038579 commit d7f81c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "2.1.0-beta.1",
3+
"version": "2.2.0-alpha.0",
44
"description": "Iterable SDK for React Native.",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

src/itblBuildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* It contains the version of the package
44
*/
55
export const buildInfo = {
6-
version: '2.1.0-beta.1',
6+
version: '2.2.0-alpha.0',
77
};

0 commit comments

Comments
 (0)