From 73820adcc3c29c7d6d2ec6e55e2fb0cfb997596a Mon Sep 17 00:00:00 2001 From: codinronan Date: Tue, 16 Apr 2019 12:30:19 -0500 Subject: [PATCH] chore(build): publish 0.0.8 --- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 95421f7..da0b8a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cordova-plugin-stripe-payments", "description": "Stripe Card Entry plugin for Cordova. Available for Android and iOS.", - "version": "0.0.7", + "version": "0.0.8", "homepage": "https://github.com/rolamix/cordova-plugin-stripe-payments#readme", "author": "Rolamix (https://rolamix.com)", "license": "MIT", diff --git a/plugin.xml b/plugin.xml index 5b20614..f389162 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ + version="0.0.8"> Stripe Payments Cordova plugin for Stripe payments using the native Android/iOS SDKs. Supports Apple Pay and card payments.