Skip to content

Commit

Permalink
🔖 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvy committed Oct 25, 2017
1 parent d1923af commit 56adcb6
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 @@ -14,7 +14,7 @@ Add `:chrome_remote_interface` to your `mix.exs` file!
```elixir
def deps do
[
{:chrome_remote_interface, "~> 0.0.5"}
{:chrome_remote_interface, "~> 0.0.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ChromeRemoteInterface.Mixfile do
def project do
[
app: :chrome_remote_interface,
version: "0.0.5",
version: "0.0.6",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit 56adcb6

Please sign in to comment.