From 13ff3a0c193990c6216d7e52c712a95ca91a3dd5 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Sun, 4 Nov 2018 15:25:56 -0800 Subject: [PATCH] Bump version number. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef6b71f..bc34661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.1.0" +version = "0.2.0" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"]