Skip to content

Commit ddc4c4e

Browse files
committed
make connection public and update version
Signed-off-by: Ghanshyam Thakkar <shyamthakkar001@gmail.com>
1 parent d3f7990 commit ddc4c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var rootCmd = &cobra.Command{
1313
Use: "fs-cli",
1414
Short: "Peer-to-Peer filesharing CLI application",
1515
Long: `A Peer-to-Peer multi-threaded filesharing CLI app using WebRTC.`,
16-
Version: "v0.4.0",
16+
Version: "v0.5.1",
1717
}
1818

1919
// Execute adds all child commands to the root command and sets flags appropriately.

session/send/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
// To manage the datachannels and PeerConnection.
99
type Session struct {
10-
peerConnection *webrtc.PeerConnection
10+
PeerConnection *webrtc.PeerConnection
1111

1212
controlChannel *webrtc.DataChannel
1313
controlDone chan struct{}

0 commit comments

Comments
 (0)