Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xylo04 committed Nov 21, 2021
1 parent 8197a0e commit a707918
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![PkgGoDev](https://pkg.go.dev/badge/github.com/k0swe/wsjtx-go/v3)](https://pkg.go.dev/github.com/k0swe/wsjtx-go/v3)
[![Go Report Card](https://goreportcard.com/badge/github.com/k0swe/wsjtx-go/v3)](https://goreportcard.com/report/github.com/k0swe/wsjtx-go/v3)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/k0swe/wsjtx-go/v4)](https://pkg.go.dev/github.com/k0swe/wsjtx-go/v4)
[![Go Report Card](https://goreportcard.com/badge/github.com/k0swe/wsjtx-go/v4)](https://goreportcard.com/report/github.com/k0swe/wsjtx-go/v4)
[![Test](https://github.com/k0swe/wsjtx-go/workflows/Test/badge.svg?branch=v3)](https://github.com/k0swe/wsjtx-go/actions/workflows/test.yml?query=branch%3Av3)

# wsjtx-go
Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"reflect"
"strings"

"github.com/k0swe/wsjtx-go/v3"
"github.com/k0swe/wsjtx-go/v4"
)

// Simple driver binary for wsjtx-go library.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
golang-github-k0swe-wsjtx-go (4.0.0-1) UNRELEASED; urgency=medium

* Changed HighlightCallsignMessage to use strings for colors

-- Chris Keller <xylo04@gmail.com> Sat, 20 Nov 2021 21:00:00 -0600

golang-github-k0swe-wsjtx-go (3.2.0-1) UNRELEASED; urgency=medium

* Added NotConnectedError to make failed send commands more obvious
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/k0swe/wsjtx-go/v3
module github.com/k0swe/wsjtx-go/v4

go 1.15

Expand Down
2 changes: 1 addition & 1 deletion integration/receive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"github.com/k0swe/wsjtx-go/v3"
"github.com/k0swe/wsjtx-go/v4"
)

type receiveCase struct {
Expand Down
2 changes: 1 addition & 1 deletion integration/send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"math"
"time"

"github.com/k0swe/wsjtx-go/v3"
"github.com/k0swe/wsjtx-go/v4"
)

func (s *integrationTestSuite) TestSendHeartbeat() {
Expand Down
2 changes: 1 addition & 1 deletion integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strconv"
"testing"

"github.com/k0swe/wsjtx-go/v3"
"github.com/k0swe/wsjtx-go/v4"
"github.com/stretchr/testify/suite"
)

Expand Down

0 comments on commit a707918

Please sign in to comment.