From 8d89971fb39ebd6e2ed97f11c5e98ce6c82e0d93 Mon Sep 17 00:00:00 2001 From: Miika-Petteri Matikainen Date: Mon, 5 Oct 2015 20:41:33 +0300 Subject: [PATCH] Update version to 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ce2aff..bc1bad5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Miika-Petteri Matikainen ", "name": "ds18x20-rest", "description": "REST API for DS18x20 temperature sensors", - "version": "0.1.0", + "version": "0.1.2", "repository": { "url": "https://github.com/nablaa/ds18x20-rest" },