Skip to content

Commit 32b3241

Browse files
committedSep 25, 2020
chore: preparing 2.1.1 release
1 parent daf4c05 commit 32b3241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>DOMPurify 2.1.0 "Cyber Insurance"</title>
5+
<title>DOMPurify 2.1.1 "Amateur Threat Model"</title>
66
<script src="../dist/purify.min.js"></script>
77
<!-- we don't actually need it - just to demo and test the $(html) sanitation -->
88
<script src="//code.jquery.com/jquery-3.2.0.min.js"></script>
@@ -23,7 +23,7 @@
2323
</script>
2424
</head>
2525
<body>
26-
<h4>DOMPurify 2.1.0 "Cyber Insurance"</h4>
26+
<h4>DOMPurify 2.1.1 "Amateur Threat Model"</h4>
2727
<p>
2828
<a href="http://badge.fury.io/js/dompurify" rel="nofollow"><img alt="npm version" src="https://badge.fury.io/js/dompurify.svg"></a>
2929
<a target="_blank" rel="noopener noreferrer" href="https://github.com/cure53/DOMPurify/workflows/Build%20and%20Test/badge.svg?branch=main"><img src="https://github.com/cure53/DOMPurify/workflows/Build%20and%20Test/badge.svg?branch=main" alt="Build and Test"></a>

0 commit comments

Comments
 (0)
Please sign in to comment.