Skip to content

Commit 60f2c87

Browse files
committed
Bump version
1 parent be4a76b commit 60f2c87

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
@@ -13,7 +13,7 @@ Add `browser` to your list of dependencies in `mix.exs`:
1313

1414
```elixir
1515
def deps do
16-
[{:browser, "~> 0.5.4"}]
16+
[{:browser, "~> 0.5.5"}]
1717
end
1818
```
1919

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Browser.Mixfile do
33

44
def project do
55
[app: :browser,
6-
version: "0.5.4",
6+
version: "0.5.5",
77
name: "browser",
88
source_url: "https://github.com/danhper/elixir-browser",
99
homepage_url: "https://github.com/danhper/elixir-browser",

0 commit comments

Comments
 (0)