From 6f9c7171b6a1e10b020db8d38a1591c4776cd5ce Mon Sep 17 00:00:00 2001 From: Nelson Dominguez Date: Sat, 10 Feb 2024 16:05:49 +0100 Subject: [PATCH] chore(repo): release version 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- scripts/install.ps1 | 2 +- scripts/install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0e228a..1ab94d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "licensa" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5fc1325..aa82020 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "licensa" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "CLI tool for seamless source code license management, supporting 65+ file types" authors = ["Nelson Dominguez "] diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 3b4c442..c55c276 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -1,5 +1,5 @@ # GitHub repository details -$version = "0.1.2" +$version = "0.1.3" $binName = "licensa" $programName = "Licensa" $architecture = "x86_64-windows" diff --git a/scripts/install.sh b/scripts/install.sh index 054e8cf..4b25587 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -21,7 +21,7 @@ function write_log { } # GitHub repository details -version="0.1.2" +version="0.1.3" bin_name="licensa" release_tag="v$version"