Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfieldn committed Feb 4, 2019
2 parents 636e485 + 08d8614 commit cf21760
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ by adding `absinthe_sorting_codec` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:absinthe_sorting_codec, "~> 1.0.0"}
{:absinthe_sorting_codec, "~> 1.0.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AbsintheSortingCodec.MixProject do
def project do
[
app: :absinthe_sorting_codec,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down
Binary file added test/fixtures/.DS_Store
Binary file not shown.

0 comments on commit cf21760

Please sign in to comment.