Skip to content

Commit 1c8044c

Browse files
committed
bumped version
1 parent bda1ba4 commit 1c8044c

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.34 - May 20, 2019
4+
- updated data
5+
36
## 0.6.33 - April 22, 2019
47
- adding ```Phonelib.strict_double_prefix_check``` configuration variable to disable sanitizing of double prefix on passed phone number
58

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.33)
4+
phonelib (0.6.34)
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.33'
3+
VERSION = '0.6.34'
44
end

0 commit comments

Comments
 (0)