chore(patch): 1.9.2 [skip ci]

## [1.9.2](https://github.com/lorow/OpenIris/compare/v1.9.1...v1.9.2) (2023-03-03)

### 🐛 Bug Fixes

* bug in MDNS handler ([1ca7d1f](1ca7d1f48c))
This commit is contained in:
semantic-release-bot 2023-03-03 13:46:07 +00:00
parent 1ca7d1f48c
commit 6d8cb51f9e
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
> All notable changes to this project will be documented in this file
## [1.9.2](https://github.com/lorow/OpenIris/compare/v1.9.1...v1.9.2) (2023-03-03)
### 🐛 Bug Fixes
* bug in MDNS handler ([1ca7d1f](https://github.com/lorow/OpenIris/commit/1ca7d1f48cfbf6fe636072e23852d7b51e58dd23))
## [1.9.1](https://github.com/lorow/OpenIris/compare/v1.9.0...v1.9.1) (2023-03-03)

View File

@ -20,7 +20,7 @@
"include": "/lib/src"
},
"dependencies": {},
"version": "1.9.1",
"version": "1.9.2",
"frameworks": "arduino",
"platforms": "espressif32"
}