From 6416add0efea099c9187460d81b7875963dba842 Mon Sep 17 00:00:00 2001 From: William Dye Date: Thu, 19 Oct 2023 12:20:17 -0400 Subject: [PATCH] Fix typo in readme; bump version to 1.1.1 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'