File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add `:chrome_remote_interface` to your `mix.exs` file!
1414``` elixir
1515def deps do
1616 [
17- {:chrome_remote_interface , " ~> 0.3 .0" }
17+ {:chrome_remote_interface , " ~> 0.4 .0" }
1818 ]
1919end
2020```
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments