lib/sanitize_email/version.rb in sanitize_email-1.0.10 vs lib/sanitize_email/version.rb in sanitize_email-1.0.11

- old
+ new

@@ -1,5 +1,5 @@ -#Copyright (c) 2008-12 Peter H. Boling of 9thBit LLC -#Released under the MIT license +# Copyright (c) 2008-13 Peter H. Boling of RailsBling.com +# Released under the MIT license module SanitizeEmail - VERSION = '1.0.10' + VERSION = '1.0.11' end