Skip to content

Commit

Permalink
Bump to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleboe committed Jan 7, 2024
1 parent 52a2546 commit 95643f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zoom_rb (1.1.8)
zoom_rb (1.1.9)
httparty (>= 0.13)
json (>= 1.8)
jwt
Expand Down Expand Up @@ -36,9 +36,9 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
jwt (2.7.0)
jwt (2.7.1)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
minitest (5.18.0)
multi_xml (0.6.0)
parallel (1.22.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/zoom/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zoom
VERSION = '1.1.8'
VERSION = '1.1.9'
end

0 comments on commit 95643f6

Please sign in to comment.