From 00035ea9e20fb6bac4604f29ae3f45787c590eb1 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 16 Jan 2025 14:48:00 +0200 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4a74e7..f55e238 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sula-alus" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 9e64e4d..f8ef3c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sula-alus" authors = ["Kristofers Solo "] -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A CLI tool to encode strings and files using Sula-Alus encoding" repository = "https://github.com/kristoferssolo/sula-alus"