From 6466aeca59f5121f0c17f7fc658fecbadc2e6473 Mon Sep 17 00:00:00 2001 From: ko1N Date: Mon, 15 Mar 2021 12:57:24 +0100 Subject: [PATCH] Bumped version to 0.1.5 --- leechcore-sys/Cargo.toml | 2 +- memflow-pcileech/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/leechcore-sys/Cargo.toml b/leechcore-sys/Cargo.toml index 469e47b..da07684 100644 --- a/leechcore-sys/Cargo.toml +++ b/leechcore-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leechcore-sys" -version = "0.1.0" +version = "0.1.5" authors = ["ko1N "] edition = "2018" readme = "../README.md" diff --git a/memflow-pcileech/Cargo.toml b/memflow-pcileech/Cargo.toml index 35bc00c..fabfb07 100644 --- a/memflow-pcileech/Cargo.toml +++ b/memflow-pcileech/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memflow-pcileech" -version = "0.1.0" +version = "0.1.5" authors = ["ko1N "] edition = "2018" description = "qemu procfs connector for leechcore/pcileech"