We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e73e1 commit b40c4a1Copy full SHA for b40c4a1
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- livekit-server-sdk (0.6.4)
+ livekit-server-sdk (0.6.5)
5
google-protobuf (>= 3.21.0, < 4.0)
6
jwt (>= 2.2.3, < 3.0)
7
rack (>= 2.2.3)
lib/livekit/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LiveKit
- VERSION = "0.6.4"
+ VERSION = "0.6.5"
end
0 commit comments