From 1ea0297ff49b79b1df89c2ef6290f5d706d78d22 Mon Sep 17 00:00:00 2001 From: WayneKim92 Date: Thu, 29 Aug 2024 23:21:47 +0900 Subject: [PATCH] chore: release 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a58d8f8..6ab48f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-good-tooltip", - "version": "1.0.2", + "version": "1.1.0", "description": "This tooltip was created with the best UX in mind.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",