Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion clientcore/ui_wasm_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"strings"
"syscall/js"

"github.com/getlantern/broflake/common"
"github.com/google/uuid"
)

Expand Down Expand Up @@ -71,7 +72,7 @@ func (ui UIImpl) OnReady() {
}

func (ui UIImpl) OnStartup() {
// Do nothing
common.Debugf("Unbounded %v", common.Version)
}

// 'downstreamChunk' fires once for each chunk of data received
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package common

// Must be a valid semver
const Version = "v2.1.7"
const Version = "v2.1.8"
Binary file modified ui/public/widget.wasm
Binary file not shown.
Loading