From 7e84c723b3c2bf93a731adca6ca7cb73c4f7a6e6 Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Wed, 22 Jun 2022 18:25:07 -0300 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15ba6b2..3192469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigbluebutton-mobile-sdk", - "version": "0.1.23", + "version": "0.1.24", "description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).", "main": "lib/commonjs/index", "module": "lib/module/index",