Skip to content

Commit

Permalink
prepare for version 0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Javran committed Oct 15, 2014
1 parent 1af793b commit 49bb17b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 0.1.0.3 (working)
# 0.2.0.0

* conditional flags: `exe` and `vty`
* can now proceed after winning the game
* version number changed from `0.1.0.3` to `0.2.0.0` due to version policy
* change `System.Game` to `Game`
4 changes: 2 additions & 2 deletions h2048.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/

name: h2048
version: 0.1.0.3
version: 0.2.0.0
synopsis: a haskell implementation of Game 2048
description:

Expand All @@ -17,7 +17,7 @@ maintainer: [email protected]
copyright: Copyright (c) 2014 Javran Cheng
category: Game
build-type: Simple
extra-source-files: README.md
extra-source-files: README.md, CHANGELOG.md
cabal-version: >=1.10

flag exe
Expand Down

0 comments on commit 49bb17b

Please sign in to comment.