Skip to content

Commit 3773006

Browse files
committed
Bump version to 0.3.0
1 parent da41ae5 commit 3773006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ as WebRTC multiplexes traffic on a single socket but PRs are welcomed
2727
```elixir
2828
def deps do
2929
[
30-
{:ex_ice, "~> 0.2.0"}
30+
{:ex_ice, "~> 0.3.0"}
3131
]
3232
end
3333
```

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
defmodule ExICE.MixProject do
22
use Mix.Project
33

4-
@version "0.2.0"
4+
@version "0.3.0"
55
@source_url "https://github.com/elixir-webrtc/ex_ice"
66

77
def project do
88
[
99
app: :ex_ice,
10-
version: "0.2.0",
10+
version: @version,
1111
elixir: "~> 1.13",
1212
start_permanent: Mix.env() == :prod,
1313
description: "Implementation of trickle ICE protocol",

0 commit comments

Comments
 (0)