From 0cebf2881b419a615e39b5bbe1ec24e1851f2898 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 20 Feb 2023 11:47:28 +0100 Subject: [PATCH] chore: release 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 184d194..02e7389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-graph", - "version": "1.0.0", + "version": "1.0.1", "description": "📈 Beautiful, high-performance Graphs and Charts for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",