Skip to content

Commit 8e074b3

Browse files
committed
chore: build version bump 0.3.2+2
1 parent 8b9dc5d commit 8e074b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ First, add the package to your `pubspec.yaml` file:
6161
```yaml
6262
dependencies:
6363
...
64-
twilio_voice: ^0.3.2+1
64+
twilio_voice: ^0.3.2+2
6565
```
6666
6767
Then run `flutter pub get` in your terminal.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: twilio_voice
22
description: Provides an interface to Twilio's Programmable Voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications.
3-
version: 0.3.2+1
3+
version: 0.3.2+2
44
homepage: https://twilio-voice-web.web.app/
55
repository: https://github.com/cybex-dev/twilio_voice
66
issue_tracker: https://github.com/cybex-dev/twilio_voice/issues

0 commit comments

Comments
 (0)