Skip to content

Commit 9cbcb07

Browse files
chore: release 0.10.0
1 parent e076e04 commit 9cbcb07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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-moyasar-sdk",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Official React Native Moyasar SDK - Integrate Credit Cards, Apple Pay, Samsung Pay, and STC Pay with simple interfaces for a seamless payment experience in your React Native app",
55
"main": "./lib/module/index.js",
66
"module": "./lib/module/index.js",

src/services/payment_service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function buildRequestHeaders(apiKey?: string): Record<string, string> {
144144
'Content-Type': 'application/json',
145145
'X-MOYASAR-LIB': 'moyasar-react-native-sdk',
146146
// TODO: Find a better solution for getting the version number to avoid hardcoding it. Importing the package.json file had its own issues after migrating the SDK's tooling and configuration.
147-
'X-REACT-NATIVE-SDK-VERSION': '0.9.0',
147+
'X-REACT-NATIVE-SDK-VERSION': '0.10.0',
148148
};
149149

150150
if (apiKey) {

0 commit comments

Comments
 (0)