From 5040279a5b954df8c46d438b63a6ee868a772110 Mon Sep 17 00:00:00 2001 From: Tyler Coffman Date: Mon, 20 May 2024 15:03:54 -0700 Subject: [PATCH] 0.14.0-0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f79957d..91c47ff2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@appfolio/react-native-payments", - "version": "0.13.2", + "version": "0.14.0-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@appfolio/react-native-payments", - "version": "0.13.2", + "version": "0.14.0-0", "license": "MIT", "dependencies": { "es6-error": "^4.0.2", diff --git a/package.json b/package.json index f261d854..c93d1414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appfolio/react-native-payments", - "version": "0.13.2", + "version": "0.14.0-0", "description": "Welcome to the best and most comprehensive library for integrating payments like Apple Pay and Google Pay into your React Native app.", "scripts": { "run:packager": "cd examples/native && yarn run:packager",