Skip to content

Commit a4d4738

Browse files
committed
Fix hex.pm package
1 parent 598c54a commit a4d4738

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In your `mix.exs`:
1212
```elixir
1313
def deps do
1414
[
15-
{:live_ex_webrtc, "~> 0.2.0"}
15+
{:live_ex_webrtc, "~> 0.2.1"}
1616
]
1717
end
1818
```

mix.exs

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

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

77
def project do
@@ -33,7 +33,8 @@ defmodule LiveExWebrtc.MixProject do
3333
def package do
3434
[
3535
licenses: ["Apache-2.0"],
36-
links: %{"GitHub" => @source_url}
36+
links: %{"GitHub" => @source_url},
37+
files: ~w(mix.exs lib assets package.json README.md LICENSE)
3738
]
3839
end
3940

0 commit comments

Comments
 (0)