Skip to content

Commit

Permalink
set version to 3.2.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
NecroKote committed Dec 15, 2024
1 parent 368a3c3 commit 5496db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/hasl3/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from homeassistant.const import CONF_NAME, STATE_OFF, STATE_ON

HASL_VERSION = "4.0.0"
HASL_VERSION = "3.2.0b0"
SCHEMA_VERSION = "5"
DOMAIN = "hasl3"
NAME = "Swedish Public Transport Sensor (HASL)"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/hasl3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": [],
"after_dependencies": [],
"config_flow": true,
"version": "4.0.0",
"version": "3.2.0b0",
"iot_class": "cloud_polling",
"quality_scale": "silver",
"requirements": [
Expand Down

0 comments on commit 5496db8

Please sign in to comment.