diff --git a/ChangeLog.md b/ChangeLog.md index e6d2876..a35c186 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Changelog for passman -## current +## 0.3.1 - set maximum version of transformers package - allow user to specifiy a temporary master password to retrieve a password diff --git a/package.yaml b/package.yaml index 5f0361f..0300ecd 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: passman -version: 0.3.0.2 +version: 0.3.1 github: "jlamothe/passman" license: LGPL-3 author: "Jonathan Lamothe" diff --git a/passman.cabal b/passman.cabal index 905983a..9e4a1e1 100644 --- a/passman.cabal +++ b/passman.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 5416ad0e8ffcf5ec8d69cb12dcfcdb537e9095de9124670fea9fd4af95ce7612 +-- hash: e3bd0ca2b360b025666f4503e3115caaaed34c7719487d90ae4d5eb58f9621e9 name: passman -version: 0.3.0.2 +version: 0.3.1 synopsis: a simple password manager description: Please see the README on GitHub at category: Security