From 1a26090907e05516e0bebbdacc489adee76cdfd0 Mon Sep 17 00:00:00 2001 From: James Forcier Date: Mon, 16 Apr 2018 15:46:32 -0700 Subject: [PATCH] (cargo-release) version 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5066f5a..a2a97f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pretty-good" -version = "0.2.1" +version = "0.2.2" authors = ["James Forcier "] description = "RFC4880 (OpenPGP Message Format) library" repository = "https://github.com/csssuf/pretty-good"