diff --git a/ChangeLog.md b/ChangeLog.md index 139a935..e6b6479 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for hanafudapi +## 0.2.0.0 -- 2018-08-02 + +* Games are now playable + ## 0.1.1.0 -- 2018-05-11 * Basic client dialogs to login and start a new game diff --git a/hanafuda-webapp.cabal b/hanafuda-webapp.cabal index 8b3abb9..dbc7a5a 100644 --- a/hanafuda-webapp.cabal +++ b/hanafuda-webapp.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hanafuda-webapp -version: 0.1.1.0 +version: 0.2.0.0 synopsis: A webapp for the Haskell hanafuda library -- description: homepage: https://framagit.org/hanafuda