From fb22da828f4aad704123dd8dd31404eb545e9df3 Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Tue, 10 Sep 2024 21:14:52 +0100 Subject: [PATCH] chore: bump 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4714c06..e676eea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "nish" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "runix", diff --git a/Cargo.toml b/Cargo.toml index a1986d0..c753366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nish" description = "Jump into flake-based nix shells with ease" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT"