diff --git a/README.md b/README.md index 6ac4fd3..b34222a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Adbc +[![Hex.pm](https://img.shields.io/hexpm/v/adbc.svg?style=flat&color=blue)](https://hex.pm/packages/adbc) + Elixir bindings for Arrow Database Connectivity (ADBC). Adbc provides a standard database interface using the diff --git a/mix.exs b/mix.exs index 2050071..752ae24 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Adbc.MixProject do use Mix.Project - @version "0.6.5-dev" + @version "0.6.5" @github_url "https://github.com/elixir-explorer/adbc" def project do