From ca7bd7b40c4139f0efd0c447ad6b689e336374b9 Mon Sep 17 00:00:00 2001 From: Sam Aryasa Date: Tue, 6 Dec 2016 12:02:20 +0800 Subject: [PATCH] 0.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 022d9a98..7525a1fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-credit-card-input", - "version": "0.2.8", + "version": "0.3.0", "description": "React native credit card input component", "main": "index.js", "scripts": { @@ -34,7 +34,7 @@ "homepage": "https://github.com/sbycrosz/react-native-credit-card-input#readme", "dependencies": { "card-validator": "^2.2.0", - "react-native-flip-card": "^3.3.0", + "react-native-flip-card": "^3.3.0", "lodash.compact": "^3.0.1", "lodash.every": "^4.6.0", "lodash.pick": "^4.4.0",