Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Dec 13, 2024
1 parent 16943b3 commit d5366f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python3 -m unittest discover -s tests/ -v

### Making a new release

1. Update the version number in `manifest.json`
1. Update the version number in `manifest.json` and `pyproject.toml`
2. Tag the release
3. Make a GitHub release

Expand Down
2 changes: 1 addition & 1 deletion custom_components/extron/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "extron",
"name": "Extron",
"version": "0.2.3",
"version": "0.2.4",
"codeowners": [
"@Jalle19"
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ha-extron"
version = "0.1.0"
version = "0.2.4"
description = "Home Assistant integration for Extron switchers and audio processors"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit d5366f8

Please sign in to comment.