From 7f1e77dc7011ffc42517dd7014831749ba7632aa Mon Sep 17 00:00:00 2001 From: Sasha Date: Sun, 26 Aug 2018 20:27:19 +0200 Subject: [PATCH] Bump version to 0.2.0.0 --- ChangeLog.md | 4 ++++ hanafuda-webapp.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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