Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
Loosen sqlalchemy version requirement to align with recorder integration
  • Loading branch information
crowbarz committed May 4, 2022
1 parent a979e63 commit c5b5fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/sql_json/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"domain": "sql_json",
"name": "SQL (with JSON detection)",
"version": "1.1.1",
"version": "1.1.2",
"documentation": "https://github.com/crowbarz/ha-sql_json",
"issue_tracker": "https://github.com/crowbarz/ha-sql_json/issues",
"requirements": ["sqlalchemy==1.4.27"],
"requirements": ["sqlalchemy~=1.4.27"],
"dependencies": [],
"after_dependencies": ["recorder"],
"codeowners": ["@dgomes", "@crowbarz"],
Expand Down

0 comments on commit c5b5fc4

Please sign in to comment.