Skip to content

Commit

Permalink
chore: bump up version to 0.2.0 ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Aug 25, 2023
1 parent 569a1c0 commit 3a55c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1.2'
__version__ = '0.2.0'

import logging

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decky-terminal",
"version": "0.1.2",
"version": "0.2.0",
"description": "A long-awaited terminal plugin that turns your steamdeck into Linux battlestation.",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down

0 comments on commit 3a55c48

Please sign in to comment.