We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598c54a commit a4d4738Copy full SHA for a4d4738
README.md
@@ -12,7 +12,7 @@ In your `mix.exs`:
12
```elixir
13
def deps do
14
[
15
- {:live_ex_webrtc, "~> 0.2.0"}
+ {:live_ex_webrtc, "~> 0.2.1"}
16
]
17
end
18
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule LiveExWebrtc.MixProject do
2
use Mix.Project
3
4
- @version "0.2.0"
+ @version "0.2.1"
5
@source_url "https://github.com/elixir-webrtc/live_ex_webrtc"
6
7
def project do
@@ -33,7 +33,8 @@ defmodule LiveExWebrtc.MixProject do
33
def package do
34
35
licenses: ["Apache-2.0"],
36
- links: %{"GitHub" => @source_url}
+ links: %{"GitHub" => @source_url},
37
+ files: ~w(mix.exs lib assets package.json README.md LICENSE)
38
39
40
0 commit comments