Add * to version in project.json

This commit is contained in:
Michael Ganss
2016-06-03 18:00:44 +02:00
parent 408c3e6a68
commit 6365150d84

View File

@@ -1,5 +1,5 @@
{
"version": "3.3",
"version": "3.3.0-*",
"title": "HtmlSanitizer",
"description": "Cleans HTML from constructs that can be used for cross site scripting (XSS)",
"authors": [ "Michael Ganss" ],