From a42cf2b1f2c6c561d61b93e15be9ac6723e88078 Mon Sep 17 00:00:00 2001 From: Fabrizio Bertoglio Date: Mon, 12 Feb 2024 14:22:08 +0800 Subject: [PATCH] chore: release 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e09701..b04503b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wear-connectivity", - "version": "0.1.1", + "version": "0.1.2", "description": "Enstablish a two-way connection with wearOS", "main": "lib/commonjs/index", "module": "lib/module/index",