We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 636e485 + 08d8614 commit cf21760Copy full SHA for cf21760
README.md
@@ -39,7 +39,7 @@ by adding `absinthe_sorting_codec` to your list of dependencies in `mix.exs`:
39
```elixir
40
def deps do
41
[
42
- {:absinthe_sorting_codec, "~> 1.0.0"}
+ {:absinthe_sorting_codec, "~> 1.0.1"}
43
]
44
end
45
```
mix.exs
@@ -4,7 +4,7 @@ defmodule AbsintheSortingCodec.MixProject do
4
def project do
5
6
app: :absinthe_sorting_codec,
7
- version: "1.0.0",
+ version: "1.0.1",
8
elixir: "~> 1.7",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
test/fixtures/.DS_Store
6 KB
0 commit comments