Skip to content

Commit

Permalink
Update to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Aug 9, 2024
1 parent 1170e7e commit afdd40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/ppl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ module Service
require "ppl/service/name"
require "ppl/service/phone_number"
require "ppl/service/postal_address"
require "ppl/version"

class String
alias_method :each, :each_line
Expand Down
2 changes: 1 addition & 1 deletion lib/ppl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ppl
VERSION = '4.0.4'.freeze
VERSION = '4.0.5'.freeze
end

0 comments on commit afdd40d

Please sign in to comment.