From b454b14b6f6c69a87ddae3e18ed36ea8c353566f Mon Sep 17 00:00:00 2001 From: Jake Moxey Date: Fri, 8 Oct 2021 09:46:28 +1100 Subject: [PATCH] v1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82ffb21..5ecd5b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wagmi-charts", - "version": "1.1.0", + "version": "1.2.0", "description": "A sweet candlestick chart for React Native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",