Skip to content

Commit

Permalink
Updated version requirement in mix, fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
n1rvana committed Aug 23, 2014
1 parent 2a12ea8 commit fe2450d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Couchie is a minimalist API for accessing Couchbase 2.0 servers from within elixir. It should work for elrangers as well, as elixir code can be called from erlang (since it runs on the erlang vm.)

### Status: CRUD Working, Simple Views Supported. Requires Elixir 0.13 & R17.0 for maps.
### Status: CRUD Working, Simple Views Supported.
- Tagged version supports R17.0 & Elixir 0.13.0
- Master requires Elixir 0.15ish and R17ish

### Description

Expand Down
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defmodule Couchie.Mixfile do
@doc "Project Details"
def project do
[ app: :couchie,
elixir: "~> 0.15.0",
version: "0.0.6",
deps: deps ]
end
Expand Down

0 comments on commit fe2450d

Please sign in to comment.