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
-- inverse of htmlAnyContains).
--
-- Since 1.2.1.6
-- Since 1.2.2
htmlNoneContain :: Query -> String -> YesodExample site ()
htmlNoneContain query search = do
matches <- htmlQuery query

View File

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