Skip to content

Commit

Permalink
updated the version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamedAdly committed Aug 1, 2021
1 parent 00a52fe commit 3d4efda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# react-native-paytabs
![Version](https://img.shields.io/badge/React%20Native%20Paytabs-v2.3.0-green)
![Version](https://img.shields.io/badge/React%20Native%20Paytabs-v2.3.1-green)

React native paytabs library is a wrapper for the native PayTabs Android and iOS SDKs, It helps you integrate with PayTabs seamlessly.

Expand All @@ -12,7 +12,7 @@ Library Support:
# Installation

```sh
$ npm install @paytabs/[email protected].0 --save --force
$ npm install @paytabs/[email protected].1 --save --force
```

### Expo
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@paytabs/react-native-paytabs": "file:..",
"@paytabs/react-native-paytabs": "^2.3.1",
"react": "16.13.1",
"react-native": "^0.64.0"
},
Expand Down
2 changes: 1 addition & 1 deletion expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"eject": "expo eject"
},
"dependencies": {
"@paytabs/react-native-paytabs": "2.3.0",
"@paytabs/react-native-paytabs": "2.3.1",
"expo": "~41.0.1",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@paytabs/react-native-paytabs",
"title": "React Native Paytabs",
"version": "2.3.0",
"version": "2.3.1",
"description": "Paytabs React-Native Library",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 3d4efda

Please sign in to comment.