From a2985287379456770708262120685615b49c9027 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Fri, 11 Jun 2021 21:14:14 +0200 Subject: [PATCH] chore(release): 1.3.1 --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index bcd8e25..1889637 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz", - "react-native-big-list": "^1.3.0", + "react-native-big-list": "^1.3.1", "react-native-paper": "^4.9.1", "react-native-web": "~0.16.5" }, diff --git a/package.json b/package.json index f822479..a132d50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-big-list", - "version": "1.3.0", + "version": "1.3.1", "description": "A big and fast list implementation for react-native with a recycler API focused on performance and ram usage while processing thousand items on the list.", "keywords": [ "react-native-big-list",