Skip to content

Commit a98b0ca

Browse files
committed
Bump version to 0.6.1
1 parent 261122a commit a98b0ca

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
@@ -18,7 +18,7 @@ Add `ex_webrtc` to the list of dependencies in `mix.exs`
1818
```elixir
1919
def deps do
2020
[
21-
{:ex_webrtc, "~> 0.6.0"}
21+
{:ex_webrtc, "~> 0.6.1"}
2222
]
2323
end
2424
```

mix.exs

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

4-
@version "0.6.0"
4+
@version "0.6.1"
55
@source_url "https://github.com/elixir-webrtc/ex_webrtc"
66

77
def project do

0 commit comments

Comments
 (0)