Skip to content

Commit fb9a324

Browse files
committed
Merge branch 'fix-1-3-1' into 'master'
Fixed dependency name for UPT Core See merge request Gadgets/arduino-ble-gadget!108
2 parents eb9d348 + efef712 commit fb9a324

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.3.1] - 2024-04-17
11+
12+
### Fixed
13+
14+
- Fixed dependency list (Sensirion_UPT_Core was renamed 'Sensirion UPT Core')
15+
1016
## [1.3.0] - 2024-03-25
1117

1218
### Added

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Sensirion Gadget BLE Arduino Lib
2-
version=1.3.0
2+
version=1.3.1
33
author=Bjoern Muntwyler, Jonas Stolle
44
maintainer=Sensirion AG <sensirion.com>
55
sentence=Library for BLE communication between BLE Gadgets and the MyAmbience app.
@@ -8,4 +8,4 @@ category=Communication
88
url=https://github.com/Sensirion/arduino-ble-gadget
99
architectures=esp32
1010
includes=Sensirion_Gadget_BLE.h
11-
depends=Sensirion Core, NimBLE-Arduino, Sensirion_UPT_Core
11+
depends=Sensirion Core, NimBLE-Arduino, Sensirion UPT Core

0 commit comments

Comments
 (0)