Skip to content

Commit

Permalink
Fix typo in readme; bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
will2dye4 committed Oct 19, 2023
1 parent 13d0dde commit 6416add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6416add

Please sign in to comment.