Skip to content

Commit

Permalink
Bump to 1.1.7 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleboe authored Dec 9, 2022
1 parent 17b2981 commit ad3ecee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zoom_rb (1.1.6)
zoom_rb (1.1.7)
httparty (>= 0.13)
json (>= 1.8)
jwt
Expand Down Expand Up @@ -35,7 +35,7 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
json (2.6.3)
jwt (2.5.0)
method_source (1.0.0)
mime-types (3.4.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.6'
VERSION = '1.1.7'
end

0 comments on commit ad3ecee

Please sign in to comment.