Skip to content

Commit e813c0f

Browse files
committed
Bump to 0.4.9
1 parent a5db766 commit e813c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ An SQLite3 library with an Ecto adapter implementation.
2424

2525
```elixir
2626
defp deps do
27-
{:exqlite, "~> 0.4.8"}
27+
{:exqlite, "~> 0.4.9"}
2828
end
2929
```
3030

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Exqlite.MixProject do
44
def project do
55
[
66
app: :exqlite,
7-
version: "0.4.8",
7+
version: "0.4.9",
88
elixir: "~> 1.8",
99
compilers: [:elixir_make] ++ Mix.compilers(),
1010
make_targets: ["all"],

0 commit comments

Comments
 (0)