Skip to content

Commit

Permalink
Merge pull request #48 from Sensirion/fix-dependency-version
Browse files Browse the repository at this point in the history
Fix dependency version
  • Loading branch information
LeonieFierz authored Dec 18, 2024
2 parents 9e78af1 + 92cca1d commit f39b5a4
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.4.1] -2024-12-18
- Fix version of dependency to sensirion-core to >= 0.5.1

## [1.4.0] - 2024-12-12

### Added
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Sensirion Gadget BLE Arduino Lib
version=1.4.0
version=1.4.1
author=Bjoern Muntwyler, Jonas Stolle
maintainer=Sensirion AG <sensirion.com>
sentence=Library for BLE communication between BLE Gadgets and the MyAmbience app.
@@ -8,4 +8,4 @@ category=Communication
url=https://github.com/Sensirion/arduino-ble-gadget
architectures=esp32
includes=Sensirion_Gadget_BLE.h
depends=Sensirion Core, NimBLE-Arduino (<2.0.0), Sensirion UPT Core (>0.5.1)
depends=Sensirion Core, NimBLE-Arduino (<2.0.0), Sensirion UPT Core (>=0.5.1)

0 comments on commit f39b5a4

Please sign in to comment.