lib/secretsanta.rb in secretsanta-1.1.0 vs lib/secretsanta.rb in secretsanta-1.1.1

- old
+ new

@@ -3,10 +3,10 @@ require 'twilio-ruby' class SecretSanta class Error < StandardError; end - VERSION = '1.1.0' + VERSION = '1.1.1' def initialize(options) @dry_run = options.dry_run @from_number = options.from_number @participants = options.participants