Skip to content

Commit 90338d3

Browse files
committed
🔖 0.4.0
1 parent 0fd00aa commit 90338d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3.0"}
17+
{:chrome_remote_interface, "~> 0.4.0"}
1818
]
1919
end
2020
```

lib/session.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ defmodule ChromeRemoteInterface.Session do
4949
end
5050

5151
@doc """
52-
<documentation needed>
52+
documentation needed!
5353
5454
Calls `/json/activate/:id`.
5555
"""

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.3.0",
7+
version: "0.4.0",
88
elixir: "~> 1.5",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)