Skip to content

Commit a19be29

Browse files
committed
Bump version to 0.6.0
1 parent 9ab0686 commit a19be29

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
@@ -11,7 +11,7 @@ Firstly, install [libsrtp]. Then, add `:ex_libsrtp` to your list of dependencies
1111
```elixir
1212
def deps do
1313
[
14-
{:ex_libsrtp, "~> 0.5.1"}
14+
{:ex_libsrtp, "~> 0.6.0"}
1515
]
1616
end
1717
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExLibSRTP.Mixfile do
22
use Mix.Project
33

4-
@version "0.5.1"
4+
@version "0.6.0"
55
@github_url "https://github.com/membraneframework/ex_libsrtp"
66

77
def project do

0 commit comments

Comments
 (0)