Skip to content

Commit

Permalink
chore(repo): release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkolon committed Feb 10, 2024
1 parent 78c8e6d commit 6f9c717
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2"
version = "0.1.3"
edition = "2021"
description = "CLI tool for seamless source code license management, supporting 65+ file types"
authors = ["Nelson Dominguez <ekkolon@proton.me>"]
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.2"
$version = "0.1.3"
$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.2"
version="0.1.3"
bin_name="licensa"
release_tag="v$version"

Expand Down

0 comments on commit 6f9c717

Please sign in to comment.