lib/sanitize_email/version.rb in sanitize_email-1.2.0 vs lib/sanitize_email/version.rb in sanitize_email-1.2.1

- old
+ new

@@ -1,6 +1,6 @@ # Copyright (c) 2008-16 Peter H. Boling of RailsBling.com # Released under the MIT license module SanitizeEmail - VERSION = '1.2.0' + VERSION = "1.2.1".freeze end