Skip to content

Commit efa01cc

Browse files
committed
Bump version to v0.15.1
1 parent 1b46fdd commit efa01cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.15.0"}
20+
{:membrane_ice_plugin, "~> 0.15.1"}
2121
]
2222
end
2323
```

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.15.0"
4+
@version "0.15.1"
55
@github_url "https://github.com/jellyfish-dev/membrane_ice_plugin"
66

77
def project do

0 commit comments

Comments
 (0)