Skip to content

Commit 99a3ecf

Browse files
committed
Release v0.4.1
1 parent 4481f77 commit 99a3ecf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The library supports multiple backends for cryptographic operations:
2828
For the rust backend, we offer precompiled NIFs for various platforms, so if your platform is supported, you can use the rust backend without needing to compile anything. However, if your platform is not supported or you want to compile from source, you need to have the rust toolchain installed on your system. You need aslo to add `rustler` dependency and set force build config:
2929

3030
```elixir
31-
{:ex_srtp, "~> 0.4.0", system_env: %{"EXSRTP_BUILD" => "1"}}
31+
{:ex_srtp, "~> 0.4.1", system_env: %{"EXSRTP_BUILD" => "1"}}
3232
{:rustler, "~> 0.37.0"}
3333
```
3434

@@ -43,7 +43,7 @@ The package can be installed by adding `ex_srtp` to your list of dependencies in
4343
def deps do
4444
[
4545
{:rustler, "~> 0.37", runtime: false} # Optional, if you want to compile the rust backend from source
46-
{:ex_srtp, "~> 0.4.0"}
46+
{:ex_srtp, "~> 0.4.1"}
4747
]
4848
end
4949
```

mix.exs

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

4-
@version "0.4.0"
4+
@version "0.4.1"
55
@github_url "https://github.com/elixir-streaming/ex_srtp"
66

77
def project do

0 commit comments

Comments
 (0)