Skip to content

Commit

Permalink
chore: revert decky_plugin.pyi change (SteamDeckHomebrew/decky-plugin…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Aug 26, 2023
1 parent 3a55c48 commit fef8c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decky_plugin.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Some basic migration helpers are available: `migrate_any`, `migrate_settings`, `
A logging facility `logger` is available which writes to the recommended location.
"""

__version__ = '0.2.0'
__version__ = '0.1.0'

import logging

Expand Down Expand Up @@ -171,4 +171,4 @@ Logging
"""

logger: logging.Logger
"""The main plugin logger writing to `DECKY_PLUGIN_LOG`."""
"""The main plugin logger writing to `DECKY_PLUGIN_LOG`."""

0 comments on commit fef8c72

Please sign in to comment.