Skip to content

Commit 32d5cb3

Browse files
committed
Bump version to 0.14.1
1 parent eed8dca commit 32d5cb3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The package can be installed by adding `membrane_ice_plugin` to your list of dep
1717
```elixir
1818
def deps do
1919
[
20-
{:membrane_ice_plugin, "~> 0.14.0"}
20+
{:membrane_ice_plugin, "~> 0.14.1"}
2121
]
2222
end
2323
```
@@ -31,7 +31,8 @@ brew install openssl
3131
export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
3232
```
3333

34-
To run tests:
34+
To run tests:
35+
3536
```
3637
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
3738
export CFLAGS="-I/usr/local/opt/openssl@1.1/include/"

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.ICE.Mixfile do
22
use Mix.Project
33

4-
@version "0.14.0"
4+
@version "0.14.1"
55
@github_url "https://github.com/jellyfish-dev/membrane_ice_plugin"
66

77
def project do

0 commit comments

Comments
 (0)