Version bump
This commit is contained in:
parent
90d639d413
commit
3b53c047e7
@ -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
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user