From abac020c6823c0c693bbe86a4d306b178a83c433 Mon Sep 17 00:00:00 2001 From: Mohammed Rabil Date: Thu, 18 Jan 2024 14:40:12 +0530 Subject: [PATCH] Update Cargo.toml: Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25fd149..e21815e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "downapk" -version = "0.1.5" +version = "0.1.6" edition = "2021" categories = ["command-line-utilities"] description = "Program to download APKs of given Android package"