From 34effcc932043a6cb779007a30d124fbd5451e89 Mon Sep 17 00:00:00 2001 From: RobDWaller Date: Thu, 30 Apr 2020 10:47:44 +0100 Subject: [PATCH] Bumped the version number in Cargo manifest to 0.2.0-beta.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bac5cc..ec45623 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.2.0-beta.1" +version = "0.2.0-beta.2" authors = ["Rob Waller "] edition = "2018" keywords = ["csp", "json", "content-security", "csp-generator", "security"]