Skip to content

Commit 28c7409

Browse files
committed
bumped version
1 parent dc64db4 commit 28c7409

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Upcoming Changes (unreleased)
22

3+
## 0.6.16 - October 9, 2017
4+
- updated data
5+
36
## 0.6.15 - September 17, 2017
47
- updated data
58
- ```:extensions``` option added to validator, once set to ```false``` will perform additional check if parsed phone has extension

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
phonelib (0.6.15)
4+
phonelib (0.6.16)
55

66
GEM
77
remote: http://rubygems.org/

lib/phonelib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Phonelib
22
# @private
3-
VERSION = '0.6.15'
3+
VERSION = '0.6.16'
44
end

0 commit comments

Comments
 (0)