Skip to content

Commit

Permalink
Bump module version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa9084 committed Dec 11, 2024
1 parent cf8c76a commit 8e1e2e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DeviceVersion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package switchbot_test
import (
"testing"

"github.com/nasa9084/go-switchbot/v3"
"github.com/nasa9084/go-switchbot/v4"
)

func TestDeviceVersion(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion device_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"

"github.com/google/go-cmp/cmp"
"github.com/nasa9084/go-switchbot/v3"
"github.com/nasa9084/go-switchbot/v4"
)

// https://github.com/OpenWonderLabs/SwitchBotAPI/blob/7a68353d84d07d439a11cb5503b634f24302f733/README.md#get-all-devices
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/nasa9084/go-switchbot/v3"
"github.com/nasa9084/go-switchbot/v4"
)

func ExamplePrintPhysicalDevices() {
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/nasa9084/go-switchbot/v3
module github.com/nasa9084/go-switchbot/v4

go 1.20

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

"github.com/google/go-cmp/cmp"
"github.com/nasa9084/go-switchbot/v3"
"github.com/nasa9084/go-switchbot/v4"
)

// https://github.com/OpenWonderLabs/SwitchBotAPI/blob/7a68353d84d07d439a11cb5503b634f24302f733/README.md#get-all-scenes
Expand Down
2 changes: 1 addition & 1 deletion webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/nasa9084/go-switchbot/v3"
"github.com/nasa9084/go-switchbot/v4"
)

func TestWebhookSetup(t *testing.T) {
Expand Down

0 comments on commit 8e1e2e5

Please sign in to comment.