Skip to content

Commit

Permalink
Bump to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Oct 23, 2017
1 parent e737540 commit 4a3b4e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"BuildConstraints": "!plan9,!netbsd,!openbsd,!dragonfly,!solaris,!nacl",
"MainDirsExclude": "vendor",
"PackageVersion": "1.0.3",
"PackageVersion": "1.0.4",
"TaskSettings": {
"publish-github": {
"body": "",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type of device you will interact with.
```go
const (
// VERSION of this library
VERSION = "1.0.0"
VERSION = "1.0.4"
)
```

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

const (
// VERSION of this library
VERSION = "1.0.3"
VERSION = "1.0.4"
)

// NewClient returns a pointer to a new Client and any error that occurred
Expand Down

0 comments on commit 4a3b4e6

Please sign in to comment.