From f112aad51153fa443b1342b0fe54454e7adf03b9 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 10 Aug 2023 16:18:25 +0100 Subject: [PATCH] bump version to 1.12.0 to release support for %Plug.Upload{} in atomize_map_keys/1 thanks to @icr4 #49 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 247c713..8b38028 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index e5ec3fa..d433269 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),