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 cc11c05 commit dd739bfCopy full SHA for dd739bf
README.md
@@ -30,7 +30,7 @@ dependencies in `mix.exs`:
30
```elixir
31
def deps do
32
[
33
- {:pg_query_ex, "~> 0.8"}
+ {:pg_query_ex, "~> 0.9"}
34
]
35
end
36
```
mix.exs
@@ -5,7 +5,7 @@ defmodule PgQuery.MixProject do
5
6
app: :pg_query_ex,
7
elixir: "~> 1.13",
8
- version: "0.8.0",
+ version: "0.9.0",
9
start_permanent: Mix.env() == :prod,
10
make_args: ["--jobs", "#{System.schedulers_online()}"],
11
compilers: [:elixir_make] ++ Mix.compilers(),
0 commit comments