lib/sanitize_email/version.rb in sanitize_email-1.1.2 vs lib/sanitize_email/version.rb in sanitize_email-1.1.3

- old
+ new

@@ -1,5 +1,5 @@ # Copyright (c) 2008-13 Peter H. Boling of RailsBling.com # Released under the MIT license module SanitizeEmail - VERSION = '1.1.2' + VERSION = '1.1.3' end