Skip to content

Commit

Permalink
feat: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
swarley committed Jul 5, 2023
1 parent 1c9b726 commit 6d6132f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion discordrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rest-client', '>= 2.0.0'
spec.add_dependency 'websocket-client-simple', '>= 0.3.0'

spec.add_dependency 'discordrb-webhooks', '~> 3.4.2'
spec.add_dependency 'discordrb-webhooks', '~> 3.4.3'

spec.required_ruby_version = '>= 2.5'

Expand Down
2 changes: 1 addition & 1 deletion lib/discordrb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Discordrb and all its functionality, in this case only the version.
module Discordrb
# The current version of discordrb.
VERSION = '3.4.2'
VERSION = '3.4.3'
end
2 changes: 1 addition & 1 deletion lib/discordrb/webhooks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
module Discordrb
module Webhooks
# The current version of discordrb-webhooks.
VERSION = '3.4.2'
VERSION = '3.4.3'
end
end

0 comments on commit 6d6132f

Please sign in to comment.