Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Oct 17, 2015
1 parent c021511 commit 2e67a43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.9.0-dev
## v0.9.0 (2015-10-17)

- Enhancements
- Convenience method to check if user agent belongs to a bot (`bot?/1`)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ required dependencies:

```elixir
defp deps do
[ { :ua_inspector, "~> 0.8" },
[ { :ua_inspector, "~> 0.9" },
{ :yamerl, github: "yakaz/yamerl" } ]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule UAInspector.Mixfile do
name: "UAInspector",
description: "User agent parser library",
package: package,
version: "0.9.0-dev",
version: "0.9.0",
elixir: "~> 1.0",
deps: deps(Mix.env),
docs: docs,
Expand Down Expand Up @@ -41,7 +41,7 @@ defmodule UAInspector.Mixfile do
def docs do
[ extras: [ "CHANGELOG.md", "README.md" ],
main: "extra-readme",
source_ref: "master",
source_ref: "v0.9.0",
source_url: @url_github ]
end

Expand Down

0 comments on commit 2e67a43

Please sign in to comment.