Skip to content

Commit

Permalink
Update version of email_repair so we can publish
Browse files Browse the repository at this point in the history
  • Loading branch information
QuotableWater7 committed Jun 28, 2016
1 parent 62100ce commit f527ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions email_repair.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require 'English'
Gem::Specification.new do |spec|
spec.name = 'email_repair'
spec.version = EmailRepair::VERSION
spec.authors = ['Holman Gao']
spec.email = ['holman@golmansax.com']
spec.authors = ['Holman Gao', 'JT Bowler']
spec.email = ['holman@golmansax.com', 'jbowler2400@gmail.com']
spec.summary = 'Library to fix invalid emails'
spec.homepage = 'https://github.com/ChalkSchools/email-repair'
spec.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion lib/email_repair/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EmailRepair
VERSION = '0.0.2'
VERSION = '0.0.3'
end

0 comments on commit f527ac4

Please sign in to comment.