Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lnikkila committed Mar 22, 2017
1 parent 37c4745 commit bc4806b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

**QuickBooks Online API client for Elixir.**

Everything is still a work in progress. Currently only these APIs are supported:
## Features

Everything is still a work in progress.

- Item
- OAuth
- Preferences
- Data queries
- Item API
- Preferences API

## Installation

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

```elixir
def deps do
[{:exquickbooks, "~> 0.5.0"}]
[{:exquickbooks, "~> 0.6.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.5.0",
version: "0.6.0",
elixir: "~> 1.4",

# Compilation
Expand Down

0 comments on commit bc4806b

Please sign in to comment.