From 70e4036f2c782557efc6785feee84b7395079c40 Mon Sep 17 00:00:00 2001 From: Ales Tsurko Date: Sat, 23 May 2020 17:36:35 +0300 Subject: [PATCH] Update version in Cargo.toml (#107) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f34c838..f5f96cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license-file = "LICENSE" name = "fpsdk" readme = "README.md" repository = "https://github.com/tonikasoft/fpsdk" -version = "1.0.1" +version = "1.0.2" [package.metadata.docs.rs] targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc" ]