From ef3e84593eaa7779f7694768399b7b63823f3fef Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 17 Feb 2025 14:56:34 -0600 Subject: [PATCH] bump the version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2bfec0..3196148 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "division_of_one" -version = "0.1.2" +version = "0.1.3" dependencies = [ "rand", ] diff --git a/Cargo.toml b/Cargo.toml index a2dd59f..b9f0f26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["passphrase", "password"] license = "AGPL-3.0" name = "division_of_one" repository = "https://six-five-six-four.com/git/reactor/division_of_one" -version = "0.1.2" +version = "0.1.3" [dependencies] rand = "0.9.0"