From 35d9c9c6de208c486dee7f429039e36b634ccb4e Mon Sep 17 00:00:00 2001 From: DuProcess <273172371+DuProcess@users.noreply.github.com> Date: Sun, 28 Jun 2026 09:31:50 -0400 Subject: [PATCH] Bump version to 0.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 062989e..334aa20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index e63a6cb..3d6e796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "0.1.5" +version = "0.1.6" edition = "2024" license = "MIT"