Skip to content

Commit 23719c8

Browse files
authored
Merge pull request #87 from line/update_version_1.3.0
Update version 1.3.0
2 parents 6047d27 + 7d7a77b commit 23719c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/kitchensink/app.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ def client
99
@client ||= Line::Bot::Client.new do |config|
1010
config.channel_secret = ENV["LINE_CHANNEL_SECRET"]
1111
config.channel_token = ENV["LINE_CHANNEL_TOKEN"]
12+
config.http_options = {
13+
open_timeout: 5,
14+
read_timeout: 5,
15+
}
1216
end
1317
end
1418

lib/line/bot/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module API
18-
VERSION = "1.2.5"
18+
VERSION = "1.3.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)