Skip to content

Commit

Permalink
bump version 0.2.0 -> 0.3.0 to release stringify_map/1 #3 / #4
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Oct 10, 2020
1 parent 704394e commit b98d01c
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 @@ -41,7 +41,7 @@ by adding `useful` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:useful, "~> 0.2.0"}
{:useful, "~> 0.3.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: "0.2.0",
version: "0.3.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit b98d01c

Please sign in to comment.