We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5148bc9 commit ccc016fCopy full SHA for ccc016f
lib/alexa_ruby/alexa.rb
@@ -55,7 +55,7 @@ def define_request
55
IntentRequest.new(@req)
56
when /SessionEnded/
57
SessionEndedRequest.new(@req)
58
- when /AudioPlayer/, /PlaybackController/
+ when /AudioPlayer/, /Playback/
59
AudioPlayerRequest.new(@req)
60
end
61
lib/alexa_ruby/version.rb
@@ -1,3 +1,3 @@
1
module AlexaRuby
2
- VERSION = '1.4.3'.freeze
+ VERSION = '1.4.4'.freeze
3
0 commit comments