Version bumps

This commit is contained in:
Michael Snoyman 2012-04-19 07:57:43 +03:00
parent 4b6490e037
commit a4920c46ca
6 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ $nothing
|] |]
instance Yesod BID where instance Yesod BID where
approot _ = "http://localhost:3000" approot = ApprootStatic "http://localhost:3000"
instance YesodAuth BID where instance YesodAuth BID where
type AuthId BID = Text type AuthId BID = Text

View File

@ -1,5 +1,5 @@
name: yesod-auth name: yesod-auth
version: 1.0.0 version: 1.0.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin author: Michael Snoyman, Patrick Brisbin

View File

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

View File

@ -1,5 +1,5 @@
name: yesod-default name: yesod-default
version: 1.0.0 version: 1.0.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Patrick Brisbin author: Patrick Brisbin

View File

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

View File

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