diff --git a/Gemfile.lock b/Gemfile.lock index 251c23f..0e55775 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zoom_rb (1.1.9) + zoom_rb (1.1.10) httparty (>= 0.13) json (>= 1.8) jwt diff --git a/lib/zoom/version.rb b/lib/zoom/version.rb index 7247e65..54caa76 100644 --- a/lib/zoom/version.rb +++ b/lib/zoom/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Zoom - VERSION = '1.1.9' + VERSION = '1.1.10' end