From e8bcd908fb0961a73ff482dbe705859efe6920c8 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 7 May 2024 15:04:55 -0400 Subject: [PATCH] chore: Release aikup version 0.0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12f229e..2b1e746 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aikup" -version = "0.0.4" +version = "0.0.5" dependencies = [ "arc-swap", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3a6c1a0..ff739c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aikup" -version = "0.0.4" +version = "0.0.5" description = "Manage multiple versions of aiken" edition = "2021" repository = "https://github.com/aiken-lang/aikup"