Skip to content

Commit f8d37ed

Browse files
committedSep 27, 2023
bump version
1 parent 98bb567 commit f8d37ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The package can be installed by adding `ecto_sqlite3_extras` to your list of dep
99
```elixir
1010
def deps do
1111
[
12-
{:ecto_sqlite3_extras, "~> 1.2.0"}
12+
{:ecto_sqlite3_extras, "~> 1.2.1"}
1313
]
1414
end
1515
```

‎mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule EctoSQLite3Extras.MixProject do
22
@moduledoc false
33
use Mix.Project
44
@github_url "https://github.com/orsinium-labs/ecto_sqlite3_extras"
5-
@version "1.2.0"
5+
@version "1.2.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)
Please sign in to comment.