Version bump

This commit is contained in:
Michael Snoyman 2014-05-29 18:52:39 +03:00
parent 90d639d413
commit 3b53c047e7
2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ htmlAnyContain query search = do
-- element contains the given string (in other words, it is the logical -- element contains the given string (in other words, it is the logical
-- inverse of htmlAnyContains). -- inverse of htmlAnyContains).
-- --
-- Since 1.2.1.6 -- Since 1.2.2
htmlNoneContain :: Query -> String -> YesodExample site () htmlNoneContain :: Query -> String -> YesodExample site ()
htmlNoneContain query search = do htmlNoneContain query search = do
matches <- htmlQuery query matches <- htmlQuery query

View File

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