Skip to content

Commit

Permalink
fix names and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffshots committed Nov 21, 2024
1 parent 896463c commit 241e54a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**.py'

jobs:
ruff:
lint:
name: "Lint"
runs-on: "ubuntu-latest"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- '**.py'

jobs:
ruff:
name: "Ruff"
test:
name: "Test"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/audiobookshelf/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from homeassistant.const import Platform

VERSION = "v0.2.1"
VERSION = "v0.2.2"
ISSUE_URL = "https://github.com/wolffshots/hass-audiobookshelf/issues"
DOMAIN = "audiobookshelf"
PLATFORMS: list[Platform] = [Platform.SENSOR]
Expand Down
2 changes: 1 addition & 1 deletion custom_components/audiobookshelf/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"requirements": [
"aiohttp"
],
"version": "0.2.1"
"version": "0.2.2"
}

0 comments on commit 241e54a

Please sign in to comment.