Skip to content

Commit 88a6bae

Browse files
committed
Bump to v0.10.0
1 parent 8803fa5 commit 88a6bae

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
@@ -17,7 +17,7 @@ in Hexdocs.
1717
```elixir
1818
defp deps do
1919
[
20-
{:ecto_sqlite3, "~> 0.9.1"}
20+
{:ecto_sqlite3, "~> 0.10"}
2121
]
2222
end
2323
```

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.9.1"
4+
@version "0.10.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)