From fe41b1f4de070f871914f60b06c4ef43e55a6700 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 8 Sep 2022 14:11:52 +0200 Subject: [PATCH] chore: release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66b31e0..56912dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-graph", - "version": "0.2.0", + "version": "0.3.0", "description": "📈 Beautiful, high-performance Graphs and Charts for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",