From c6e818058607f2f8b6b083bb2cc4e4c4bae45477 Mon Sep 17 00:00:00 2001 From: Jacob Parker Date: Wed, 19 Oct 2022 18:17:31 +0100 Subject: [PATCH] chore: release 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b6d532..8720dc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-tableview-list", - "version": "0.1.2", + "version": "0.1.3", "description": "UITableView-based SectionList", "main": "lib/commonjs/index", "module": "lib/module/index",