chore(patch): 1.0.4 [skip ci]

## [1.0.4](https://github.com/lorow/OpenIris/compare/v1.0.3...v1.0.4) (2023-03-21)

### 🐛 Bug Fixes

* remove toml parser in favour of sed ([94682d8](94682d86f8))
This commit is contained in:
semantic-release-bot 2023-03-21 13:59:28 +00:00
parent 94682d86f8
commit 526d9429d9
3 changed files with 9 additions and 2 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.0.4](https://github.com/lorow/OpenIris/compare/v1.0.3...v1.0.4) (2023-03-21)
### 🐛 Bug Fixes
* remove toml parser in favour of sed ([94682d8](https://github.com/lorow/OpenIris/commit/94682d86f8271da49ff84d45167ab05720fb22eb))
## [1.0.3](https://github.com/lorow/OpenIris/compare/v1.0.2...v1.0.3) (2023-03-21)

View File

@ -5,7 +5,7 @@
platform = espressif32
framework = arduino
monitor_speed = 115200
custom_firmware_version="0.0.0"
custom_firmware_version=1.0.4
monitor_rts = 0
monitor_dtr = 0
monitor_filters =

View File

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