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 98bb567 commit f8d37edCopy full SHA for f8d37ed
README.md
@@ -9,7 +9,7 @@ The package can be installed by adding `ecto_sqlite3_extras` to your list of dep
9
```elixir
10
def deps do
11
[
12
- {:ecto_sqlite3_extras, "~> 1.2.0"}
+ {:ecto_sqlite3_extras, "~> 1.2.1"}
13
]
14
end
15
```
mix.exs
@@ -2,7 +2,7 @@ defmodule EctoSQLite3Extras.MixProject do
2
@moduledoc false
3
use Mix.Project
4
@github_url "https://github.com/orsinium-labs/ecto_sqlite3_extras"
5
- @version "1.2.0"
+ @version "1.2.1"
6
7
def project do
8
0 commit comments