Skip to content

Commit

Permalink
Bump version to 1.1.4 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleboe authored Aug 10, 2022
1 parent 37cad77 commit 9248cf5
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.3)
zoom_rb (1.1.4)
httparty (>= 0.13)
json (>= 1.8)
jwt
Expand Down Expand Up @@ -35,8 +35,8 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (2.6.1)
jwt (2.3.0)
json (2.6.2)
jwt (2.4.1)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
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.3'
VERSION = '1.1.4'
end

0 comments on commit 9248cf5

Please sign in to comment.