Merge pull request #7 from davidsulpy/master

added version set in the update function as well so that it will upda…
This commit is contained in:
David Sulpy
2015-09-14 16:49:08 -05:00

View File

@@ -239,6 +239,7 @@ def installed() {
} }
def updated() { def updated() {
atomicState.version = "1.0.18"
unsubscribe() unsubscribe()
if (atomicState.bucketKey != null && atomicState.accessKey != null) { if (atomicState.bucketKey != null && atomicState.accessKey != null) {