Version bumps

This commit is contained in:
Michael Snoyman 2012-11-07 12:07:32 +02:00
parent a12b1791fe
commit 1c7e4c6f1a
6 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.1.3.1
version: 1.1.4
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-json
version: 1.1.0
version: 1.1.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-routes
version: 1.1.0.2
version: 1.1.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-static
version: 1.1.0.1
version: 1.1.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-test
version: 0.3.0.1
version: 0.3.1
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>

View File

@ -1,5 +1,5 @@
name: yesod
version: 1.1.2
version: 1.1.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -32,6 +32,7 @@ library
, yesod-json >= 1.1 && < 1.2
, yesod-persistent >= 1.1 && < 1.2
, yesod-form >= 1.1 && < 1.2
, yesod-default >= 1.1.1 && < 1.2
, monad-control >= 0.3 && < 0.4
, transformers >= 0.2.2 && < 0.4
, wai >= 1.3 && < 1.4