Skip to content

Commit

Permalink
chore: bump up version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malokhvii-eduard committed Nov 26, 2021
1 parent 9b65931 commit c5c6d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arduino-bme280",
"version": "1.0.0",
"version": "1.0.1",
"description": "Arduino library for Bosch Sensortec BME280 – combined temperature, pressure, humidity sensor. The library allows using the sensor over I2C or SPI on any board that supports Arduino.",
"keywords": [
"arduino",
Expand Down Expand Up @@ -36,4 +36,4 @@
"examples/**/*.ino"
]
}
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Bme280
version=1.0.0
version=1.0.1
author=Eduard Malokhvii <malokhvii.ee@gmail.com>
maintainer=Eduard Malokhvii <malokhvii.ee@gmail.com>
sentence=Library for Bosch Sensortec BME280 – combined temperature, pressure, humidity sensor.
Expand Down

0 comments on commit c5c6d1f

Please sign in to comment.