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 a5db766 commit e813c0fCopy full SHA for e813c0f
README.md
@@ -24,7 +24,7 @@ An SQLite3 library with an Ecto adapter implementation.
24
25
```elixir
26
defp deps do
27
- {:exqlite, "~> 0.4.8"}
+ {:exqlite, "~> 0.4.9"}
28
end
29
```
30
mix.exs
@@ -4,7 +4,7 @@ defmodule Exqlite.MixProject do
4
def project do
5
[
6
app: :exqlite,
7
- version: "0.4.8",
+ version: "0.4.9",
8
elixir: "~> 1.8",
9
compilers: [:elixir_make] ++ Mix.compilers(),
10
make_targets: ["all"],
0 commit comments