From 2e8803d2e561e3326cb63c34fe5b482fb88158c9 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Fri, 31 Dec 2021 09:26:45 +0100 Subject: [PATCH] version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d90a070..da8b96b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paypal-rs" -version = "0.2.0-alpha.4" +version = "0.2.0-alpha.5" authors = ["Edgar "] description = "A library that wraps the paypal api asynchronously." repository = "https://github.com/edg-l/paypal-rs/"