From c8cdae0977118982ca223cd5ae09a6fec4ed9ab8 Mon Sep 17 00:00:00 2001 From: Curtis Parker Date: Fri, 28 Jun 2024 10:27:49 -0600 Subject: [PATCH] switch versions to test tagged releases on CI Pipeline --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b59d6ef..10531b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blockchyp" -version = "0.1.0" +version = "0.1.2" edition = "2021" description = "This is the SDK for Rust. Like all BlockChyp SDKs, it provides a full client for the BlockChyp gateway and BlockChyp payment terminals." documentation = "https://docs.blockchyp.com/#overview"