From 8a646914d67bde733bb9c4135ed061223bfde283 Mon Sep 17 00:00:00 2001 From: Erriez Date: Sun, 16 Sep 2018 15:51:47 +0200 Subject: [PATCH] Create release v1.1.1 --- Doxyfile | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 32848af..d28c2c2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Erriez BH1750 library for Arduino" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.1.0 +PROJECT_NUMBER = 1.1.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/library.json b/library.json index e11a2ec..e738b32 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ErriezBH1750", - "version": "1.1.0", + "version": "1.1.1", "keywords": "arduino, library, bh1750, gy-302, i2c, light, sensor, lux, high-resolution, continues-mode, one-time-mode, low-power, build-scripts, documentation, examples", "description": "Optimized BH1750 I2C light sensor library for Arduino on a GY-302 breakout.", "homepage": "https://github.com/Erriez/ErriezBH1750", diff --git a/library.properties b/library.properties index 5792284..043c728 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Erriez BH1750 light sensor -version=1.1.0 +version=1.1.1 author=Erriez maintainer=Erriez sentence=BH1750 digital light sensor library for Arduino