Skip to content

Commit dd739bf

Browse files
authored
bump to version 0.9.0 (#15)
1 parent cc11c05 commit dd739bf

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
@@ -30,7 +30,7 @@ dependencies in `mix.exs`:
3030
```elixir
3131
def deps do
3232
[
33-
{:pg_query_ex, "~> 0.8"}
33+
{:pg_query_ex, "~> 0.9"}
3434
]
3535
end
3636
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule PgQuery.MixProject do
55
[
66
app: :pg_query_ex,
77
elixir: "~> 1.13",
8-
version: "0.8.0",
8+
version: "0.9.0",
99
start_permanent: Mix.env() == :prod,
1010
make_args: ["--jobs", "#{System.schedulers_online()}"],
1111
compilers: [:elixir_make] ++ Mix.compilers(),

0 commit comments

Comments
 (0)