From 0bdde13982aa5ed352b961482d7aa9faeaf00758 Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Tue, 29 Mar 2022 17:10:33 -0300 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68eb0f3..83fc43a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigbluebutton-mobile-sdk", - "version": "0.1.8", + "version": "0.1.9", "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",