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 be4a76b commit 60f2c87Copy full SHA for 60f2c87
README.md
@@ -13,7 +13,7 @@ Add `browser` to your list of dependencies in `mix.exs`:
13
14
```elixir
15
def deps do
16
- [{:browser, "~> 0.5.4"}]
+ [{:browser, "~> 0.5.5"}]
17
end
18
```
19
mix.exs
@@ -3,7 +3,7 @@ defmodule Browser.Mixfile do
3
4
def project do
5
[app: :browser,
6
- version: "0.5.4",
+ version: "0.5.5",
7
name: "browser",
8
source_url: "https://github.com/danhper/elixir-browser",
9
homepage_url: "https://github.com/danhper/elixir-browser",
0 commit comments