Skip to content

Commit 27642cd

Browse files
committed
Bump version
1 parent 536779a commit 27642cd

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
@@ -15,7 +15,7 @@ The package can be installed by adding `ex_hls` to your list of dependencies in
1515
```elixir
1616
def deps do
1717
[
18-
{:ex_hls, "~> 0.1.4"}
18+
{:ex_hls, "~> 0.1.5"}
1919
]
2020
end
2121
```

mix.exs

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

4-
@version "0.1.4"
4+
@version "0.1.5"
55
@github_url "https://github.com/membraneframework/ex_hls"
66

77
def project do

0 commit comments

Comments
 (0)