We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2441ea2 commit 7677df9Copy full SHA for 7677df9
mix.exs
@@ -4,7 +4,7 @@ defmodule EctoSQLite3.MixProject do
4
def project do
5
[
6
app: :ecto_sqlite3,
7
- version: "0.4.8",
+ version: "0.5.0",
8
elixir: "~> 1.8",
9
start_permanent: Mix.env() == :prod,
10
source_url: "https://github.com/kevinlang/ecto_sqlite3",
@@ -44,7 +44,7 @@ defmodule EctoSQLite3.MixProject do
44
end
45
46
defp description do
47
- "An SQLite3 Elixir library with adapter for Ecto3."
+ "A SQLite3 Ecto3 adapter."
48
49
50
defp package do
0 commit comments