Skip to content

Commit 3b53c04

Browse files
committed
Version bump
1 parent 90d639d commit 3b53c04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yesod-test/Yesod/Test.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ htmlAnyContain query search = do
358358
-- element contains the given string (in other words, it is the logical
359359
-- inverse of htmlAnyContains).
360360
--
361-
-- Since 1.2.1.6
361+
-- Since 1.2.2
362362
htmlNoneContain :: Query -> String -> YesodExample site ()
363363
htmlNoneContain query search = do
364364
matches <- htmlQuery query

yesod-test/yesod-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yesod-test
2-
version: 1.2.1.5
2+
version: 1.2.2
33
license: MIT
44
license-file: LICENSE
55
author: Nubis <[email protected]>

0 commit comments

Comments
 (0)