From ccd5ff39a182080d7e38426fc8063ce52ab69ce9 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Sat, 15 Aug 2020 14:38:16 -0600 Subject: [PATCH] update versionto v0.3.1 --- bin/Cargo.toml | 2 +- core/Cargo.toml | 2 +- flirt/Cargo.toml | 2 +- pylancelot/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 51fcf51a..519864c0 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lancelot-bin" -version = "0.3.0" +version = "0.3.1" description = "binary analysis tools for x32/x64 PE files" authors = ["William Ballenthin "] license = "Apache-2.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index bb444e6e..0a633926 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ name = "lancelot" description = "binary analysis framework for x32/x64 PE files" license = "Apache-2.0" -version = "0.3.0" +version = "0.3.1" authors = ["Willi Ballenthin "] edition = "2018" diff --git a/flirt/Cargo.toml b/flirt/Cargo.toml index d7827d25..0276f4a9 100644 --- a/flirt/Cargo.toml +++ b/flirt/Cargo.toml @@ -2,7 +2,7 @@ name = "lancelot-flirt" description = "parse and match FLIRT signatures" license = "Apache-2.0" -version = "0.3.0" +version = "0.3.1" authors = ["Willi Ballenthin "] edition = "2018" diff --git a/pylancelot/Cargo.toml b/pylancelot/Cargo.toml index c0825228..f368b2e3 100644 --- a/pylancelot/Cargo.toml +++ b/pylancelot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylancelot" -version = "0.3.0" +version = "0.3.1" authors = ["Willi Ballenthin "] edition = "2018"