Bump version

This commit is contained in:
Tiago Jacobs 2022-07-07 22:00:34 -03:00
parent 578e3325ee
commit 824dec5407

View File

@ -1,7 +1,7 @@
{ {
"name": "bigbluebutton-mobile-sdk", "name": "bigbluebutton-mobile-tablet-sdk",
"version": "0.1.24", "version": "0.1.25",
"description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).", "description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile-tablet).",
"main": "lib/commonjs/index", "main": "lib/commonjs/index",
"module": "lib/module/index", "module": "lib/module/index",
"types": "lib/typescript/index.d.ts", "types": "lib/typescript/index.d.ts",
@ -38,13 +38,13 @@
"ios", "ios",
"android" "android"
], ],
"repository": "https://github.com/bigbluebutton/bigbluebutton-mobile-sdk", "repository": "https://github.com/bigbluebutton/bigbluebutton-mobile-tablet-sdk",
"author": "BigBlueButton Inc <bigbluebutton@bigbluebutton.org> (https://bigbluebutton.org)", "author": "BigBlueButton Inc <bigbluebutton@bigbluebutton.org> (https://bigbluebutton.org)",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"bugs": { "bugs": {
"url": "https://github.com/bigbluebutton/bigbluebutton-mobile-sdk/issues" "url": "https://github.com/bigbluebutton/bigbluebutton-mobile-tablet-sdk/issues"
}, },
"homepage": "https://github.com/bigbluebutton/bigbluebutton-mobile-sdk#readme", "homepage": "https://github.com/bigbluebutton/bigbluebutton-mobile-tablet-sdk#readme",
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
}, },