Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Jul 27, 2024
1 parent 0112d31 commit 186eb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add `browser` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:browser, "~> 0.5.3"}]
[{:browser, "~> 0.5.4"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Browser.Mixfile do

def project do
[app: :browser,
version: "0.5.3",
version: "0.5.4",
name: "browser",
source_url: "https://github.com/danhper/elixir-browser",
homepage_url: "https://github.com/danhper/elixir-browser",
Expand Down

0 comments on commit 186eb3e

Please sign in to comment.