diff --git a/README.md b/README.md index 896de58..c83cc49 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,8 @@ These version numbers approximately follow the [Haskell Package Versioning Polic [PVP]: https://pvp.haskell.org/ +* 1.0.5.3 (2021-03-24) + - The program now builds against a wider set of dependencies. There were no changes in functionality. * 1.0.5.2 (2021-02-28) - The program now builds against a wider set of dependencies. There were no changes in functionality. * 1.0.5.1 (2021-02-27) diff --git a/pinboard-notes-backup.cabal b/pinboard-notes-backup.cabal index ce82cb9..4975006 100644 --- a/pinboard-notes-backup.cabal +++ b/pinboard-notes-backup.cabal @@ -1,5 +1,5 @@ name: pinboard-notes-backup -version: 1.0.5.2 +version: 1.0.5.3 synopsis: Back up the notes you've saved to Pinboard description: A command-line application to back up your notes from the Pinboard bookmarking service to a local SQLite database.