From 06c88b405926c4ddc8edf8fd104eb45601fa71ef Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Mon, 2 May 2022 19:10:22 -0300 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e3ba53..dcbb82b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigbluebutton-mobile-sdk", - "version": "0.1.17", + "version": "0.1.18", "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",