diff --git a/Gemfile.lock b/Gemfile.lock index e6c7a1a..ebe082f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resend (1.13.0) + resend (1.14.0) base64 httparty (>= 0.22.0) diff --git a/lib/resend/version.rb b/lib/resend/version.rb index f051032..4319330 100644 --- a/lib/resend/version.rb +++ b/lib/resend/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Resend - VERSION = "1.13.0" + VERSION = "1.14.0" end