Skip to content

Commit

Permalink
Merge pull request #9 from RobDWaller/0.2.0-beta.2
Browse files Browse the repository at this point in the history
Bumped the version number in Cargo manifest to 0.2.0-beta.2
  • Loading branch information
RobDWaller authored Apr 30, 2020
2 parents 43a9504 + 34effcc commit c2f2116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
keywords = ["csp", "json", "content-security", "csp-generator", "security"]
Expand Down

0 comments on commit c2f2116

Please sign in to comment.