From 31abbf0ebd9ed4ef11137f3cf28c0ba4edfef45f Mon Sep 17 00:00:00 2001 From: Halil Bilir Date: Mon, 4 Jul 2016 16:01:59 +0300 Subject: [PATCH] created 0.1.1 version --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 62a12a1..2c2cd68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-textinput-effects", - "version": "0.0.1", + "version": "0.1.1", "description": "TextInput effects for react native", "license": "MIT", "keywords": [ @@ -9,7 +9,9 @@ "react-native", "text input", "textinput", + "textfield", "animation", + "animated", "ios", "android" ],