Skip to content

Commit

Permalink
0.3.1-b3 fix wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana committed Dec 7, 2021
1 parent be70b9d commit 6edb8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/shelly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

_LOGGER = logging.getLogger(__name__)

__version__ = "0.3.0-b3"
__version__ = "0.3.1-b3"
VERSION = __version__

async def async_setup(hass, config):
Expand Down
2 changes: 1 addition & 1 deletion custom_components/shelly/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "shelly",
"name": "Shelly smart home",
"version": "0.3.0-b3",
"version": "0.3.1-b3",
"config_flow": true,
"documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md",
"dependencies": ["zeroconf"],
Expand Down

0 comments on commit 6edb8df

Please sign in to comment.