From 35580acef90a439161f208158a225db631fcdebc Mon Sep 17 00:00:00 2001 From: maxim vasin Date: Thu, 17 Nov 2022 09:55:19 +0700 Subject: [PATCH] chore: bump version to 1.x.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83057dd..1576015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mccsoft/react-native-matomo", - "version": "0.1.24", + "version": "1.0.0", "description": "Matomo wrapper for React-Native. Supports Android and iOS. Fixed issues for native platforms build that are present in the official package.", "main": "lib/commonjs/index", "module": "lib/module/index",