Skip to content

Commit 5450e40

Browse files
committed
🔖 0.2.0
1 parent 958cf02 commit 5450e40

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
@@ -14,7 +14,7 @@ Add `:chrome_remote_interface` to your `mix.exs` file!
1414
```elixir
1515
def deps do
1616
[
17-
{:chrome_remote_interface, "~> 0.1.0"}
17+
{:chrome_remote_interface, "~> 0.2.0"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ChromeRemoteInterface.Mixfile do
44
def project do
55
[
66
app: :chrome_remote_interface,
7-
version: "0.1.0",
7+
version: "0.2.0",
88
elixir: "~> 1.5",
99
start_permanent: Mix.env == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)