Skip to content

Commit

Permalink
Release version 0.1.2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-jez authored and elvanja committed Feb 6, 2019
1 parent 9fa3474 commit 6493150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ iex> ExPhoneNumber.format(phone_number, :rfc3966)

## Copyright and License

Copyright (c) 2016-2018 NLCollect B.V.
Copyright (c) 2016-2019 NLCollect B.V.

The source code is licensed under [The MIT License (MIT)](LICENSE.md)
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExPhoneNumber.Mixfile do
use Mix.Project

@version "0.1.1"
@version "0.1.2"

def project do
[app: :ex_phone_number,
Expand Down Expand Up @@ -40,7 +40,7 @@ defmodule ExPhoneNumber.Mixfile do
[files: ["lib", "config", "resources", "LICENSE*", "README*", "mix.exs"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/socialpaymentsbv/ex_phone_number"},
maintainers: ["Jose Miguel Rivero Bruno (@josemrb)"],
maintainers: ["ClubCollect (@socialpaymentsbv)", "Jose Miguel Rivero Bruno (@josemrb)"],
name: :ex_phone_number]
end
end

0 comments on commit 6493150

Please sign in to comment.