From 3f2d8f00dec9ec921eb0cc412c82ea74842ba3e4 Mon Sep 17 00:00:00 2001 From: maxim vasin Date: Thu, 3 Nov 2022 11:28:00 +0700 Subject: [PATCH] chore: release 0.1.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97f589e..d55cc07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcctomsk/react-native-matomo", - "version": "0.1.15", + "version": "0.1.16", "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",