Skip to content

Commit

Permalink
Merge pull request #17 from Boulevard/lnikkila/v0.6.1
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
lnikkila authored May 14, 2017
2 parents e666b4c + 71a7a35 commit 90d082b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies in `mix.exs`:

```elixir
def deps do
[{:exquickbooks, "~> 0.6.0"}]
[{:exquickbooks, "~> 0.6.1"}]
end
```

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 ExQuickBooks.Mixfile do

def project do
[app: :exquickbooks,
version: "0.6.0",
version: "0.6.1",
elixir: "~> 1.4",

# Compilation
Expand Down

0 comments on commit 90d082b

Please sign in to comment.