From a6f9d02087ce24f481e72fe1fe10bdc5d6a18fd2 Mon Sep 17 00:00:00 2001 From: Sam Aryasa Date: Fri, 19 Jul 2024 15:24:58 +0800 Subject: [PATCH] chore: release 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73d52d2f..d9f482b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-credit-card-input", - "version": "0.1.0", + "version": "1.0.0", "description": "React native credit card input component", "source": "./src/index.tsx", "main": "./lib/commonjs/index.cjs",