Skip to content

Commit

Permalink
chore: release version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkolon committed Feb 12, 2024
1 parent 8ef7f85 commit 1ae6b0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "licensa"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "CLI tool for seamless source code license management, supporting 65+ file types"
authors = ["Nelson Dominguez <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GitHub repository details
$version = "0.1.4"
$version = "0.1.5"
$binName = "licensa"
$programName = "Licensa"
$architecture = "x86_64-windows"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function write_log {
}

# GitHub repository details
version="0.1.4"
version="0.1.5"
bin_name="licensa"
release_tag="v$version"

Expand Down

0 comments on commit 1ae6b0f

Please sign in to comment.