Skip to content

Commit

Permalink
Update version to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 30, 2024
1 parent 488bba9 commit 372f304
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SensorLib",
"version": "0.2.4",
"version": "0.2.5",
"description": "Commonly used I2C , SPI device multi-platform libraries",
"keywords": "QMC6310, QMI8658, PCF8563, PCF85063, XL9555, BMA423, BHI260AP, DRV2605, CM32181, LTR553, FT5206, FT3267, FT6236, FT6336, CST816S,CST816T,CST816D, CST820, CST226, CHSC5816, GT911, CST9217, CST9220, AW9364",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SensorLib
version=0.2.4
version=0.2.5
author=Lewis He
maintainer=Lewis He <[email protected]>
sentence=Commonly used I2C , SPI device multi-platform libraries
Expand Down
4 changes: 2 additions & 2 deletions src/SensorLib_Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/** Minor version number (x.X.x) */
#define SENSORLIB_VERSION_MINOR 2
/** Patch version number (x.x.X) */
#define SENSORLIB_VERSION_PATCH 4
#define SENSORLIB_VERSION_PATCH 5

/**
* Macro to convert SENSORLIB version number into an integer
Expand All @@ -53,4 +53,4 @@
SENSORLIB_VERSION_MINOR, \
SENSORLIB_VERSION_PATCH)

#define SENSORLIB_VERSION_STR "v0.2.4"
#define SENSORLIB_VERSION_STR "v0.2.5"

0 comments on commit 372f304

Please sign in to comment.