Skip to content

Commit 633d894

Browse files
committed
Updated README.md
1 parent 6da71a2 commit 633d894

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# siprix_voip_sdk
1+
# Siprix VoIP SDK for Flutter
22

33
Siprix VoIP SDK plugin for embedding voice-over-IP (VoIP) audio/video calls based on SIP/RTP protocols into Flutter applications.
44
It contains native SIP client implementations for 5 platforms: Android, iOS, MacOS, Windows, Linux and unified API for all them.
@@ -23,7 +23,7 @@ Plugin implements ready to use SIP VoIP Client with ability to:
2323
### Add dependency in pubspec.yaml
2424
```
2525
dependencies:
26-
siprix_voip_sdk: ^1.0.26
26+
siprix_voip_sdk: ^1.0.31
2727
provider: ^6.1.1
2828
```
2929

siprix_voip_sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# siprix_voip_sdk
1+
# Siprix VoIP SDK for Flutter
22

33
Siprix VoIP SDK plugin for embedding voice-over-IP (VoIP) audio/video calls based on SIP/RTP protocols into Flutter applications.
44
It contains native SIP client implementations for 5 platforms: Android, iOS, MacOS, Windows, Linux and unified API for all them.
@@ -23,7 +23,7 @@ Plugin implements ready to use SIP VoIP Client with ability to:
2323
### Add dependency in pubspec.yaml
2424
```
2525
dependencies:
26-
siprix_voip_sdk: ^1.0.29
26+
siprix_voip_sdk: ^1.0.31
2727
provider: ^6.1.1
2828
```
2929

0 commit comments

Comments
 (0)