From 4ee2b5d88428ab591907d9498283dc9a7eab3e92 Mon Sep 17 00:00:00 2001 From: Peter Fern Date: Sun, 7 Aug 2016 00:30:15 +1000 Subject: [PATCH] Bump to v0.5.1 --- .goxc.json | 2 +- README.md | 2 +- golifx.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goxc.json b/.goxc.json index 4f079dc..5aba430 100644 --- a/.goxc.json +++ b/.goxc.json @@ -16,7 +16,7 @@ ], "BuildConstraints": "!plan9,!netbsd,!openbsd,!dragonfly,!solaris,!nacl", "MainDirsExclude": "vendor", - "PackageVersion": "0.5.0", + "PackageVersion": "0.5.1", "TaskSettings": { "publish-github": { "body": "", diff --git a/README.md b/README.md index b2aee96..d1fa05e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ type of device you will interact with. ```go const ( // VERSION of this library - VERSION = "0.5.0" + VERSION = "0.5.1" ) ``` diff --git a/golifx.go b/golifx.go index 0dfb40b..72c45e2 100644 --- a/golifx.go +++ b/golifx.go @@ -25,7 +25,7 @@ import ( const ( // VERSION of this library - VERSION = "0.5.0" + VERSION = "0.5.1" ) // NewClient returns a pointer to a new Client and any error that occurred