Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lnikkila committed Sep 21, 2017
1 parent 5e4db55 commit c5eb37a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

Everything is still a work in progress.

- OAuth
- OAuth 1.0a
- Data queries
- Item API
- Preferences API
- SalesReceipt API

## Installation

Expand All @@ -20,7 +21,7 @@ dependencies in `mix.exs`:

```elixir
def deps do
[{:exquickbooks, "~> 0.6.1"}]
[{:exquickbooks, "~> 0.7.0"}]
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.1",
version: "0.7.0",
elixir: "~> 1.4",

# Compilation
Expand Down

0 comments on commit c5eb37a

Please sign in to comment.