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 f450712 commit 43cc05dCopy full SHA for 43cc05d
README.md
@@ -16,7 +16,7 @@ in Hexdocs.
16
17
```elixir
18
defp deps do
19
- {:ecto_sqlite3, "~> 0.5.6"}
+ {:ecto_sqlite3, "~> 0.6.0"}
20
end
21
```
22
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.5.7"
+ @version "0.6.0"
5
6
def project do
7
[
0 commit comments