Skip to content

Commit

Permalink
Bump to Release version 0.1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
talw committed Jan 24, 2015
1 parent fac7605 commit 678128a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quoridor-hs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quoridor-hs
version: 0.1.1.1
version: 0.1.1.2
synopsis: A Quoridor implementation in Haskell
homepage: https://github.com/talw/quoridor-hs
license: BSD3
Expand Down Expand Up @@ -63,7 +63,7 @@ executable quoridor-exec
hs-source-dirs: quoridor-exec
main-is: Main.hs
build-depends: base >=4.7 && <4.8,
quoridor-hs ==0.1.1.1
quoridor-hs ==0.1.1.2
default-language: Haskell2010
GHC-Options: -Wall
-threaded
Expand All @@ -73,7 +73,7 @@ test-suite quoridor-tests
main-is: Tests.hs
build-depends: base >=4.7 && <4.8,
HUnit ==1.2.*,
quoridor-hs ==0.1.1.1,
quoridor-hs ==0.1.1.2,
mtl >=2.1 && <2.2
default-language: Haskell2010
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 678128a

Please sign in to comment.