From 5ce86cf00e89044abc9f52454c0c93c21b180b6c Mon Sep 17 00:00:00 2001 From: yazan Date: Tue, 12 Dec 2023 04:19:00 +0200 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 ab0357d..ad87fcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-moving-view", - "version": "0.1.0", + "version": "0.1.1", "description": "Out-of-the-box alternative to KeyboardAvoidingView, that provides identical behavior on both iOS and Android, with more extra features", "main": "lib/commonjs/index", "module": "lib/module/index",