Skip to content

Commit

Permalink
Merge pull request #50 from dwyl/release-1.12-plug-upload
Browse files Browse the repository at this point in the history
PR: Bump version to 1.12.0 to release support for `%Plug.Upload{}`
  • Loading branch information
asntc authored Aug 10, 2023
2 parents 9e6fb9f + f112aad commit 35278cf
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 35278cf

Please sign in to comment.