From 39cbdd831d57684e0865ef8ccbeae738ecfa64ea Mon Sep 17 00:00:00 2001 From: Kyle Boe Date: Mon, 25 Mar 2024 15:13:00 -0700 Subject: [PATCH] v1.1.11 --- Gemfile.lock | 2 +- lib/zoom/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e55775..a5fea4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zoom_rb (1.1.10) + zoom_rb (1.1.11) httparty (>= 0.13) json (>= 1.8) jwt diff --git a/lib/zoom/version.rb b/lib/zoom/version.rb index 54caa76..eeeec4e 100644 --- a/lib/zoom/version.rb +++ b/lib/zoom/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Zoom - VERSION = '1.1.10' + VERSION = '1.1.11' end