From 790560b5aaae1fe92c57887b42b3284c6702e4f9 Mon Sep 17 00:00:00 2001 From: Talha Naqvi Date: Wed, 21 Aug 2019 14:06:21 +0530 Subject: [PATCH] version bump (#399) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c59a640..7303eba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recyclerlistview", - "version": "2.0.10-beta.4", + "version": "2.0.12", "description": "The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.", "main": "dist/reactnative/index.js", "types": "dist/reactnative/index.d.ts",