diff --git a/Doxyfile b/Doxyfile index 8e4c3f2..b0f6828 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.1 +PROJECT_NUMBER = 1.1.2 # 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/ErriezBH1750.pdf b/ErriezBH1750.pdf index 89852d9..e40ff31 100644 Binary files a/ErriezBH1750.pdf and b/ErriezBH1750.pdf differ diff --git a/library.json b/library.json index e738b32..17a7265 100644 --- a/library.json +++ b/library.json @@ -1,13 +1,13 @@ { "name": "ErriezBH1750", - "version": "1.1.1", + "version": "1.1.2", "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", "license": "MIT", "authors": { "name": "Erriez", - "url": "https://github.com/Erriez", + "url": "https://github.com/Erriez/ErriezArduinoLibrariesAndSketches", "maintainer": true }, "repository": { diff --git a/library.properties b/library.properties index 043c728..7047693 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Erriez BH1750 light sensor -version=1.1.1 +version=1.1.2 author=Erriez maintainer=Erriez sentence=BH1750 digital light sensor library for Arduino