From ac6e25d6f0f9099f0cd3fa22b52834d49669b935 Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Fri, 21 Jan 2022 15:37:20 +0100 Subject: [PATCH] chore(version): bump to version 0.2.1 --- CHANGELOG.md | 5 +++++ example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de686b..a33f625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog All changes to this project will be documented in this file. + +## [0.2.1] - 2022-01-21 +- Remove jcenter as a dependency repository +- Update dependencies (react-native) + ## [0.2.0] - 2021-11-18 - Add events for live stream status - Fix iOS issue on preview and live streaming diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 9a0d471..be62cf3 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - api-video-react-native-livestream (0.2.0): + - api-video-react-native-livestream (0.2.1): - LiveStreamIos (= 0.0.4) - React-Core - boost (1.76.0) @@ -493,7 +493,7 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - api-video-react-native-livestream: 26bc6005b01143499c91917cc047e66a606898f4 + api-video-react-native-livestream: 9f8ee79e9d67e1736786d3bb3ce6ecc5881b7a38 boost: a7c83b31436843459a1961bfd74b96033dc77234 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: cde416483dac037923206447da6e1454df403714 diff --git a/package.json b/package.json index b372669..90f39b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@api.video/react-native-livestream", - "version": "0.2.0", + "version": "0.2.1", "description": "An RTMP Library from Api.video", "main": "lib/commonjs/index", "module": "lib/module/index",