Skip to content

Commit

Permalink
Update version info (#46)
Browse files Browse the repository at this point in the history
* Update package.json

* Update CHANGELOG.md
  • Loading branch information
Feilner authored Mar 17, 2024
1 parent 29c915a commit 8198421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Version 2.0.x has changed the name of some configurations.
- Please stay on version 1.0.x if you do not want to adapt your configuration.

## [2.0.2] 2024-03-17
## [2.0.3] 2024-03-17

### Added
- `PLC_CarbonDioxideSensor`
Expand Down Expand Up @@ -418,4 +418,4 @@ Therefore the issue is fixed for shure by deinstalling and installing the homebr


The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-plc",
"version": "2.0.2",
"version": "2.0.3",
"description": "Homebridge plugin for Siemens Step7 and compatible PLCs. (https://github.com/homebridge)",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,4 +34,4 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}

0 comments on commit 8198421

Please sign in to comment.