From f6198e23f422ddf621148a283303d899f9419896 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 6 Aug 2022 16:28:18 +0800 Subject: [PATCH] released v5.0.2 --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 809e375..31ffdbf 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "react-native": "*" }, "dependencies": { - "@uiw/react-native-alipay": "5.0.1", + "@uiw/react-native-alipay": "5.0.2", "react": "18.0.0", "react-native": "0.69.3" }, diff --git a/package.json b/package.json index b7cbbce..e1f9c3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uiw/react-native-alipay", "title": "React Native Alipay", - "version": "5.0.1", + "version": "5.0.2", "description": "基于 React Native 的支付宝插件,支持Android/iOS。", "main": "index.js", "react-native": "index",