From 21c6e1e40704b129da3acfa0e97391713ef40c40 Mon Sep 17 00:00:00 2001 From: Talha Naqvi Date: Thu, 30 Jun 2022 07:14:31 -0700 Subject: [PATCH] Version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df4540ab..9c8832ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recyclerlistview", - "version": "3.3.0-beta.2", + "version": "4.0.0", "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",