Skip to content

Commit cf21760

Browse files
committed
Merge branch 'release/v1.0.1'
2 parents 636e485 + 08d8614 commit cf21760

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ by adding `absinthe_sorting_codec` to your list of dependencies in `mix.exs`:
3939
```elixir
4040
def deps do
4141
[
42-
{:absinthe_sorting_codec, "~> 1.0.0"}
42+
{:absinthe_sorting_codec, "~> 1.0.1"}
4343
]
4444
end
4545
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule AbsintheSortingCodec.MixProject do
44
def project do
55
[
66
app: :absinthe_sorting_codec,
7-
version: "1.0.0",
7+
version: "1.0.1",
88
elixir: "~> 1.7",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

test/fixtures/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)