Skip to content

Commit

Permalink
bump version to 1.12.0 to release support for %Plug.Upload{} in atomi…
Browse files Browse the repository at this point in the history
…ze_map_keys/1 thanks to @icr4 #49
  • Loading branch information
nelsonic committed Aug 10, 2023
1 parent 9e6fb9f commit f112aad
Show file tree
Hide file tree
Showing 2 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 @@ -44,7 +44,7 @@ Install by adding `useful` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:useful, "~> 1.11.1"}
{:useful, "~> 1.12.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Useful.MixProject do
[
app: :useful,
description: "A collection of useful functions",
version: "1.11.1",
version: "1.12.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit f112aad

Please sign in to comment.