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 8803fa5 commit 88a6baeCopy full SHA for 88a6bae
README.md
@@ -17,7 +17,7 @@ in Hexdocs.
17
```elixir
18
defp deps do
19
[
20
- {:ecto_sqlite3, "~> 0.9.1"}
+ {:ecto_sqlite3, "~> 0.10"}
21
]
22
end
23
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.9.1"
+ @version "0.10.0"
5
6
def project do
7
0 commit comments