Skip to content

Commit

Permalink
Bump patch version update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart committed Dec 21, 2015
1 parent 9886f65 commit 760c4b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ add this to mix.exs deps:

or if you do Hex.pm:

{:webdriver, "~>0.7.0"}
{:webdriver, "~>0.8.0"}

and make sure the application block of mix.exs includes:
applications: [ :webdriver ]
Expand Down Expand Up @@ -117,6 +117,12 @@ issues for the project:


## Changelog
* 2015-12-12
- Version 0.8.1
- Support for Elixir 1.1.1
- Support for Erlang OTP 18
- Fix Firefox and Chrome issues with new versions of these browsers.

* 2014-10-23
- Version 0.7.0
- Added Alert handling
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 WebDriver.Mixfile do

def project do
[ app: :webdriver,
version: "0.7.0",
version: "0.8.1",
description: "Webdriver protocol for driving web browsers.",
source_url: "https://github.com/stuart/elixir-webdriver",
homepage_url: "http://stuart.github.io/elixir-webdriver",
Expand Down

0 comments on commit 760c4b8

Please sign in to comment.