diff --git a/README.md b/README.md index 12b71fb..8d0d225 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ $ unmixer /path/to/Limelight.mp3 ``` When invoked with no arguments, `unmixer` will open a Song Importer window containing -a button labeled `Explore islated tracks...` and another button labeled `Choose a song...` +a button labeled `Explore isolated tracks...` and another button labeled `Choose a song...` (see the screenshot below). The Song Importer window may also be opened at any time using the keyboard shortcut `Ctrl+0` (`Cmd+0` on macOS). diff --git a/pyproject.toml b/pyproject.toml index faf2f4b..c36c3f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'unmixer' -version = '1.1.0' +version = '1.1.1' description = 'Create and explore isolated tracks from music files' license = 'MIT' readme = 'README.md'