From 21171e0b4f919b04331997764a928b5711d8dba8 Mon Sep 17 00:00:00 2001 From: Cello Dev Date: Mon, 13 May 2024 20:40:05 +0100 Subject: [PATCH] chore: release 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52582d2..bf2240f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@getcello/cello-react-native", - "version": "0.1.3-rc.0", + "version": "0.1.3", "description": "React Native wrapper to bridge iOS and Android SDK", "main": "lib/commonjs/index", "module": "lib/module/index",