Skip to content

Commit 7677df9

Browse files
committed
update description
1 parent 2441ea2 commit 7677df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule EctoSQLite3.MixProject do
44
def project do
55
[
66
app: :ecto_sqlite3,
7-
version: "0.4.8",
7+
version: "0.5.0",
88
elixir: "~> 1.8",
99
start_permanent: Mix.env() == :prod,
1010
source_url: "https://github.com/kevinlang/ecto_sqlite3",
@@ -44,7 +44,7 @@ defmodule EctoSQLite3.MixProject do
4444
end
4545

4646
defp description do
47-
"An SQLite3 Elixir library with adapter for Ecto3."
47+
"A SQLite3 Ecto3 adapter."
4848
end
4949

5050
defp package do

0 commit comments

Comments
 (0)