Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trestrantham committed Jun 20, 2016
1 parent 4f55a17 commit 8ff7380
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add mopidy to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:mopidy, "~> 0.1.0"}]
[{:mopidy, "~> 0.2.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/mopidy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ defmodule Mopidy do
Set our request headers for every request.
"""
def process_request_headers(headers) do
Dict.put headers, :"User-Agent", "Mopidy/v1 mopidy-elixir/0.0.1"
Dict.put headers, :"User-Agent", "Mopidy/v1 mopidy-elixir/0.2.0"
Dict.put headers, :"Content-Type", "application/json"
end

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Mopidy.Mixfile do
def project do
[
app: :mopidy,
version: "0.1.0",
version: "0.2.0",
elixir: ">= 1.3.0-rc.1",
deps: deps,
description: description,
Expand Down

0 comments on commit 8ff7380

Please sign in to comment.