Skip to content

Commit 1e0bf27

Browse files
2.2.0 Release (#80)
1 parent 94b8f76 commit 1e0bf27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ target 'CashfreePgApiExample' do
5353
:mac_catalyst_enabled => false
5454
)
5555
end
56-
pod 'CashfreePG', '2.2.0'
56+
pod 'CashfreePG', '2.2.1'
5757
end

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@react-native-community/checkbox": "^0.5.16",
1414
"react": "18.2.0",
1515
"react-native": "0.73.0",
16-
"react-native-cashfree-pg-sdk": "^2.1.21"
16+
"react-native-cashfree-pg-sdk": "^2.2.0-dev.0"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.20.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-cashfree-pg-sdk",
3-
"version": "2.1.21",
3+
"version": "2.2.0",
44
"description": "Cashfree PG Plugin for React Native",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)