From b6c7bd99abbbb946100cfe9f45b98d8d10e3828c Mon Sep 17 00:00:00 2001 From: Iagor Moraes Date: Sun, 2 Jan 2022 10:31:33 -0300 Subject: [PATCH] chore: release 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aef7d3..b0d9774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-im-pull-refresh", - "version": "0.2.0", + "version": "0.2.1", "description": "A smooth pull to refresh component made with love.", "main": "lib/commonjs/index", "module": "lib/module/index",