Skip to content

Commit 8e1e2e5

Browse files
committed
Bump module version to v4
1 parent cf8c76a commit 8e1e2e5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

DeviceVersion_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package switchbot_test
33
import (
44
"testing"
55

6-
"github.com/nasa9084/go-switchbot/v3"
6+
"github.com/nasa9084/go-switchbot/v4"
77
)
88

99
func TestDeviceVersion(t *testing.T) {

device_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"time"
1212

1313
"github.com/google/go-cmp/cmp"
14-
"github.com/nasa9084/go-switchbot/v3"
14+
"github.com/nasa9084/go-switchbot/v4"
1515
)
1616

1717
// https://github.com/OpenWonderLabs/SwitchBotAPI/blob/7a68353d84d07d439a11cb5503b634f24302f733/README.md#get-all-devices

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/nasa9084/go-switchbot/v3"
7+
"github.com/nasa9084/go-switchbot/v4"
88
)
99

1010
func ExamplePrintPhysicalDevices() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/nasa9084/go-switchbot/v3
1+
module github.com/nasa9084/go-switchbot/v4
22

33
go 1.20
44

scene_test.go

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

99
"github.com/google/go-cmp/cmp"
10-
"github.com/nasa9084/go-switchbot/v3"
10+
"github.com/nasa9084/go-switchbot/v4"
1111
)
1212

1313
// https://github.com/OpenWonderLabs/SwitchBotAPI/blob/7a68353d84d07d439a11cb5503b634f24302f733/README.md#get-all-scenes

webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"testing"
1010

1111
"github.com/google/go-cmp/cmp"
12-
"github.com/nasa9084/go-switchbot/v3"
12+
"github.com/nasa9084/go-switchbot/v4"
1313
)
1414

1515
func TestWebhookSetup(t *testing.T) {

0 commit comments

Comments
 (0)