Skip to content

Commit

Permalink
update to 1.1.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tlskinneriv committed Jul 14, 2023
1 parent 3e125bc commit d88347e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [Unreleased] - 2023-07-13
## [1.1.3] - 2023-07-13

### Fixed

Expand Down
26 changes: 12 additions & 14 deletions custom_components/awnet_local/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"domain": "awnet_local",
"name": "Ambient Weather Station - Local",
"codeowners": [
"@tlskinneriv"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/tlskinneriv/awnet_local",
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/tlskinneriv/awnet_local/issues",
"requirements": [],
"version": "1.1.2"
}
"domain": "awnet_local",
"name": "Ambient Weather Station - Local",
"codeowners": ["@tlskinneriv"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/tlskinneriv/awnet_local",
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/tlskinneriv/awnet_local/issues",
"requirements": [],
"version": "1.1.3"
}

0 comments on commit d88347e

Please sign in to comment.