From dfbb5b376bb194fba4f5cf596caba0e37dfe817b Mon Sep 17 00:00:00 2001 From: Vladimir Petrigo Date: Sun, 11 Jun 2023 15:49:05 +0600 Subject: [PATCH] sntpc: Bump version in the Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 140580b..9c8d20c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sntpc" -version = "0.3.5" +version = "0.3.6" description = "Library for making SNTP requests" homepage = "https://github.com/vpetrigo/sntpc" repository = "https://github.com/vpetrigo/sntpc"