From 19477dad875743aa66a856051120b6fc45483935 Mon Sep 17 00:00:00 2001 From: Bertrand Martel Date: Fri, 11 Dec 2015 14:09:11 +0100 Subject: [PATCH] release info for v0.73 --- README.md | 3 ++- bboxiot-lib/build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b9da5a..6f5ac39 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,11 @@ Specific features are : ## Version History -Current release : version 0.72 +Current release : version 0.73 | version | comment | |------------------------------------------------------------------------|----------------------------| +| 0.73 | unit support for properties | | 0.72 | SmarLite / Oblo / Notti devices support | | 0.71 | fewer API with JSON input for usability | | 0.7 | API refactoring | diff --git a/bboxiot-lib/build.gradle b/bboxiot-lib/build.gradle index cbaeeb4..58bf5f4 100644 --- a/bboxiot-lib/build.gradle +++ b/bboxiot-lib/build.gradle @@ -43,7 +43,7 @@ publish { userOrg = 'bboxlab' groupId = 'bboxlab' artifactId = 'bboxiot-library' - publishVersion = '0.72' + publishVersion = '0.73' desc = 'BboxIoT Pre Release' website = 'https://github.com/BboxLab/bboxiot-library' } \ No newline at end of file