Skip to content

Commit

Permalink
bump to 1.0.3 for stricter XSS checks
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed May 12, 2022
1 parent 50e8c62 commit 962f555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "elm/virtual-dom",
"summary": "Core virtual DOM implementation, basis for HTML and SVG libraries",
"license": "BSD-3-Clause",
"version": "1.0.2",
"version": "1.0.3",
"exposed-modules": [
"VirtualDom"
],
Expand All @@ -13,4 +13,4 @@
"elm/json": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
}
}

0 comments on commit 962f555

Please sign in to comment.