From fda2d62fa221cd0b8150af41a09706f6e78f9cfb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 28 Feb 2015 14:09:32 +0100 Subject: [PATCH] fix(cargo): version bump Should probably have been done in 'next' branch. Next time, maybe. BREAKING: DeviceFlowHelper replaced with Authenticator --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22fb3ad..5f33d58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.1.2" +version = "0.2.0" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/yup-oauth2" description = "A partial oauth2 implementation, providing the 'device' authorization flow"