chore(patch): 1.9.3 [skip ci]

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

### 🐛 Bug Fixes

* duplication of wifi network config ([651b7b6](651b7b62ba))
This commit is contained in:
semantic-release-bot 2023-03-03 15:35:13 +00:00
parent 651b7b62ba
commit a1a2da1e19
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.3](https://github.com/lorow/OpenIris/compare/v1.9.2...v1.9.3) (2023-03-03)
### 🐛 Bug Fixes
* duplication of wifi network config ([651b7b6](https://github.com/lorow/OpenIris/commit/651b7b62bad2e995d6cc51edaa49712692f3598c))
## [1.9.2](https://github.com/lorow/OpenIris/compare/v1.9.1...v1.9.2) (2023-03-03)

View File

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