From d18e57b17d7f08aa3945d844b5a44c922730abe1 Mon Sep 17 00:00:00 2001 From: Wadah Esam Date: Wed, 10 Jan 2024 12:11:30 +0300 Subject: [PATCH] chore: release 0.33.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db4163a..c8c9983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-simple-line-chart", - "version": "0.32.0", + "version": "0.33.0", "description": "A fast, interactive, animated and simple line chart component for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",