Skip to content

Commit 43cc05d

Browse files
committed
Bump to 0.6.0
1 parent f450712 commit 43cc05d

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
@@ -16,7 +16,7 @@ in Hexdocs.
1616

1717
```elixir
1818
defp deps do
19-
{:ecto_sqlite3, "~> 0.5.6"}
19+
{:ecto_sqlite3, "~> 0.6.0"}
2020
end
2121
```
2222

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQLite3.MixProject do
22
use Mix.Project
33

4-
@version "0.5.7"
4+
@version "0.6.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)