Skip to content

Commit

Permalink
This is v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhineshkumarmcci committed Aug 2, 2022
1 parent ce29e5e commit dea59e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MCCI LTR-329ALS
version=1.0.0-pre1
version=1.0.0
author=MCCI Corporation
maintainer=Terry Moore <[email protected]>
sentence=Arduino library for Lite-On LTR-329ALS ambient light sensor.
Expand Down
2 changes: 1 addition & 1 deletion src/mcci_ltr_329als.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Ltr_329als
{
public:
/// \brief the version number for this version of the library.
static constexpr Version_t kVersion = Version_t(1, 0, 0, 4);
static constexpr Version_t kVersion = Version_t(1, 0, 0, 0);

///
/// \brief initial sensor gain.
Expand Down

0 comments on commit dea59e9

Please sign in to comment.