From 147edd0f053a6f5d8cbc0e6d2348db836e41dce2 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 27 Sep 2016 20:37:02 +0200 Subject: [PATCH] 0.9.3 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f5de3bb..db84d13 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Release History -* 20160930, V0.9.3 +* 20160927, V0.9.3 * Extended scheduleUpdate() method to handle variable arguments as additional parameters which are passed through to the function once the timer expires diff --git a/package.json b/package.json index 4c1d3f9..d3d825e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "scripts": { "test": "./node_modules/.bin/gulp" }, - "version": "0.9.2", + "version": "0.9.3", "homepage": "https://github.com/mwittig/pimatic-plugin-commons/tree/master", "private": false, "repository": {