From 3901e166862c87e00e1308a7ec1b3bb538b08e45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:24:17 +0100 Subject: [PATCH] Bump version to 0.2.1 (#58) Co-authored-by: github-actions[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dee5d15..2fdaf35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,7 +1164,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vscli" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index f8bf163..424c4fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vscli" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Michael Lohr "] description = "A CLI tool to launch vscode projects, which supports devcontainers."