diff --git a/Cargo.toml b/Cargo.toml index 72b3acf..55796bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sct" -version = "0.1.2" +version = "0.1.3" authors = ["Joseph Birr-Pixton "] description = "Certificate transparency SCT verification library" license = "Apache-2.0/ISC/MIT" diff --git a/README.md b/README.md index 4ddb2a5..8f4fdf6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It uses [*ring*](https://github.com/briansmith/ring) for cryptography. [![Build Status](https://travis-ci.org/ctz/sct.rs.svg?branch=master)](https://travis-ci.org/ctz/sct.rs) # Status -Under construction and insufficiently tested. Don't use yet. +Ready for early use and testing. # License SCT.rs is distributed under the following three licenses: