From d2b240dbd08077477cdd562237e7a3335c04146b Mon Sep 17 00:00:00 2001 From: Maxim Vasin Date: Wed, 16 Nov 2022 21:26:01 +0700 Subject: [PATCH] chore: release 0.1.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92a27b3..8f3014b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mccsoft/react-native-matomo", - "version": "0.1.21", + "version": "0.1.22", "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",