diff --git a/Cargo.toml b/Cargo.toml index 6f38432..c14891a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "csp_generator" description = "Consume a JSON formatted list of domains and CSP directives and output a correctly formatted Content Security Policy string." -version = "0.1.0-beta" +version = "0.1.0-beta.1" authors = ["Rob Waller "] edition = "2018" keywords = ["csp", "json", "content-security", "csp-generator", "security"]