Skip to content

Commit

Permalink
Merge pull request #84 from fcevado/v0_3_9
Browse files Browse the repository at this point in the history
v0.3.9
  • Loading branch information
fcevado authored Nov 11, 2016
2 parents 42e5290 + 139a5df commit d60bc5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#Changelog

##v0.3.7:
##v0.3.9:
* Add and correct various area codes for NANP.
* Better test coverage for NANP numbers.

##v0.3.8:
* Add 424 area code for California.
* Add 475 area code for Connecticut.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Phone
[![Build Status](https://travis-ci.org/fcevado/phone.svg?branch=master)](https://travis-ci.org/fcevado/phone)
[![Coverage Status](https://coveralls.io/repos/github/fcevado/phone/badge.svg?branch=master)](https://coveralls.io/github/fcevado/phone?branch=master)
[![Ebert](https://ebertapp.io/github/fcevado/phone.svg)](https://ebertapp.io/github/fcevado/phone.svg)
[![Phone version](https://img.shields.io/hexpm/v/phone.svg)](https://hex.pm/packages/phone)
[![Inline docs](http://inch-ci.org/github/fcevado/phone.svg?branch=master)](http://inch-ci.org/github/fcevado/phone)
[![Hex.pm](https://img.shields.io/hexpm/dt/phone.svg)](https://hex.pm/packages/phone)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Phonex.Mixfile do

def project do
[app: :phone,
version: "0.3.8",
version: "0.3.9",
elixir: ">= 1.1.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit d60bc5e

Please sign in to comment.