Version bumps

This commit is contained in:
Michael Snoyman 2013-03-04 10:37:37 +02:00
parent 98fb0370bc
commit 5b444c59eb
3 changed files with 4 additions and 2 deletions

View File

@ -255,6 +255,8 @@ htmlAllContain query search = do
-- | Queries the html using a css selector, and passes if any matched
-- element contains the given string.
--
-- Since 0.3.5
htmlAnyContain :: HoldsResponse a => Query -> String -> ST.StateT a IO ()
htmlAnyContain query search = do
matches <- htmlQuery query

View File

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

View File

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