Skip to content

Commit ea8c80e

Browse files
Fix version in mix.exs
1 parent 8365fb2 commit ea8c80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Ibanity.MixProject do
44
def project do
55
[
66
app: :ibanity,
7-
version: "0.5.1",
7+
version: "0.6.0",
88
elixir: "~> 1.6",
99
start_permanent: Mix.env() == :prod,
1010
description: "Wrapper for the Ibanity API",

0 commit comments

Comments
 (0)