Skip to content

Commit

Permalink
hex version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Blowers committed Mar 23, 2017
1 parent e566d6c commit 8fecf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ by adding `mssqlex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:mssqlex, "~> 0.5"}]
[{:mssqlex, "~> 0.6"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Mssqlex.Mixfile do

def project do
[app: :mssqlex,
version: "0.5.4",
version: "0.6.0",
description: "Adapter to Microsoft SQL Server. Using DBConnection and ODBC.",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 8fecf0d

Please sign in to comment.