Skip to content

Commit 65c904a

Browse files
committed
Raise version to 1.3.0 and Fixes dependencies
1 parent 74baffb commit 65c904a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

library.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
"type": "git",
1111
"url": "https://github.com/m5stack/M5Unit-ENV.git"
1212
},
13-
"dependencies": {
14-
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git",
15-
"BME68x Sensor library": "https://github.com/boschsensortec/Bosch-BME68x-Library.git",
16-
"bsec2": "https://github.com/boschsensortec/Bosch-BSEC2-Library"
13+
"dependencies":
14+
{
15+
"m5stack/M5UnitUnified": ">=0.1.0",
16+
"boschsensortec/BME68x Sensor library": ">=1.3.40408",
17+
"boschsensortec/bsec2": ">=1.10.2610"
1718
},
18-
"version": "1.2.1",
19+
"version": "1.3.0",
1920
"frameworks": [
2021
"arduino"
2122
],

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5Unit-ENV
2-
version=1.2.1
2+
version=1.3.0
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Library for M5Stack UNIT ENV

0 commit comments

Comments
 (0)