Skip to content

Commit 5edcbc6

Browse files
committed
Bump version to 0.15.0
1 parent a0ea2bd commit 5edcbc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The package can be installed by adding `ex_dtls` to your list of dependencies in
2020
```elixir
2121
def deps do
2222
[
23-
{:ex_dtls, "~> 0.14.0"}
23+
{:ex_dtls, "~> 0.15.0"}
2424
]
2525
end
2626
```

mix.exs

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

4-
@version "0.14.0"
4+
@version "0.15.0"
55
@github_url "https://github.com/elixir-webrtc/ex_dtls"
66

77
def project do

0 commit comments

Comments
 (0)