From ada32484d5d4043b746687504ec9e640bd3ac0b1 Mon Sep 17 00:00:00 2001 From: Maxim Vasin Date: Thu, 4 Jul 2024 14:38:19 +0700 Subject: [PATCH] chore: release 1.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66d6c1e..e44a94c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mccsoft/react-native-matomo", - "version": "1.0.5", + "version": "1.0.6", "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",