Skip to content

Commit

Permalink
version v3.21.1
Browse files Browse the repository at this point in the history
Android: fix crash when asking for microphone permission before an activity is displayed
  • Loading branch information
fabriziomoscon committed Dec 15, 2018
1 parent 02c4553 commit 491335f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[Release Section](https://github.com/hoxfon/react-native-twilio-programmable-voice/releases)

## 3.21.1
- Android: fix crash when asking for microphone permission before an activity is displayed

## 3.21.0
- Android: allow to pass arbitrary parameters to call voice.call() as it is on iOS

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-twilio-programmable-voice",
"version": "3.21.0",
"version": "3.21.1",
"description": "React Native wrapper for Twilio Programmable Voice SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 491335f

Please sign in to comment.