Skip to content

Commit

Permalink
1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Sep 18, 2024
1 parent 7616461 commit 1313022
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.13.2] - 2024-09-18
### Fixed
- Kit Editor: tiny window size on Linux.

Expand Down Expand Up @@ -321,7 +323,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Loading a long sample threw a confusing, empty error message. Thanks to Clay Morrow for reporting.


[unreleased]: https://github.com/jkotlinski/lsdpatch/compare/v1.13.1..HEAD
[unreleased]: https://github.com/jkotlinski/lsdpatch/compare/v1.13.2..HEAD
[1.13.2]: https://github.com/jkotlinski/lsdpatch/compare/v1.13.1..v1.13.2
[1.13.1]: https://github.com/jkotlinski/lsdpatch/compare/v1.13.0..v1.13.1
[1.13.0]: https://github.com/jkotlinski/lsdpatch/compare/v1.12.0..v1.13.0
[1.12.0]: https://github.com/jkotlinski/lsdpatch/compare/v1.11.6..v1.12.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.littlesounddj</groupId>
<artifactId>lsdpatch</artifactId>
<version>1.13.1</version>
<version>1.13.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit 1313022

Please sign in to comment.