Skip to content

Commit

Permalink
Fix version in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
cleclefibanity authored Apr 7, 2021
1 parent 8365fb2 commit ea8c80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Ibanity.MixProject do
def project do
[
app: :ibanity,
version: "0.5.1",
version: "0.6.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
description: "Wrapper for the Ibanity API",
Expand Down

0 comments on commit ea8c80e

Please sign in to comment.