From bedecf002d8503fe2bbae63a44b565559c6ae7e3 Mon Sep 17 00:00:00 2001 From: Zoe Date: Wed, 20 Oct 2021 17:29:53 +0800 Subject: [PATCH] :tada: update to v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df9f661..79c8103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "injrs" -version = "0.1.0" +version = "0.1.1" description = "DLL injector library and tool written in Rust. Rust 实现的DLL注入工具/库。" authors = ["Zoe "] license = "Apache-2.0"