From 60807fd6f0f7fcb1bb8daf55e8e15bb383ac9a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=97=84=ED=99=8D=EC=9D=B8?= Date: Sun, 15 Oct 2023 19:49:33 +0900 Subject: [PATCH] chore: release 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76985af..48d3093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-toss-payments", - "version": "1.0.0", + "version": "1.0.1", "description": "리액트 네이티브용 토스페이먼츠 결제 연동 라이브러리", "main": "lib/commonjs/index", "module": "lib/module/index",