From 9d5630a13f1960b81f38de07fbce1797523b252d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Magrin?= Date: Wed, 12 May 2021 15:23:02 -0400 Subject: [PATCH] chore: release 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8052ec..8b8cf7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-use-input-scroll-handler", - "version": "0.1.0", + "version": "0.1.1", "description": "A react-native hook that handle auto-scroll when input is focused and behind keyboard.", "main": "lib/commonjs/index", "module": "lib/module/index",