From 5d4bf3ec4dce237f84e3c6f49781055ca548bf16 Mon Sep 17 00:00:00 2001 From: Kirill Zyusko Date: Thu, 9 Jun 2022 22:43:47 +0400 Subject: [PATCH] chore: release 1.0.0-beta.0 (#34) * chore: release 1.0.0-beta.0 * chore: fix readme wordings --- README.md | 2 +- package.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2fc0310d..acc6ff0d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Keyboard manager which works in identical way on both iOS and Android. -> **Note**: This library is still in development and in `alpha` stage. So most likely it has bugs/issues - don't hesitate to report if you find them 🙂. +> **Note**: This library is still in development and in `beta` stage. So most likely it has bugs/issues - don't hesitate to report if you find them 🙂. ## Demonstration diff --git a/package.json b/package.json index 0b8d36925..43d34094d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.0.0-alpha.3", + "version": "1.0.0-beta.0", "description": "Platform agnostic keyboard manager", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -33,6 +33,8 @@ }, "keywords": [ "react-native", + "keyboard", + "animation", "ios", "android" ],