diff --git a/Gemfile.lock b/Gemfile.lock index 2da2a0e..5abf860 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seamapi (1.11.1) + seamapi (1.11.2) http (~> 5.0.0) GEM diff --git a/lib/seam/version.rb b/lib/seam/version.rb index 4287f74..6f9ecbb 100644 --- a/lib/seam/version.rb +++ b/lib/seam/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Seam - VERSION = "1.11.1" + VERSION = "1.11.2" end