Skip to content

Commit a2c5135

Browse files
committed
#55 bump version to 1.13.1 to reverse order of remove_item_from_list/2 ref: #55 (comment)
1 parent d40314b commit a2c5135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Install by adding `useful` to your list of dependencies in `mix.exs`:
4444
```elixir
4545
def deps do
4646
[
47-
{:useful, "~> 1.13.0"}
47+
{:useful, "~> 1.13.1"}
4848
]
4949
end
5050
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Useful.MixProject do
55
[
66
app: :useful,
77
description: "A collection of useful functions",
8-
version: "1.13.0",
8+
version: "1.13.1",
99
elixir: "~> 1.10",
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps(),

0 commit comments

Comments
 (0)