Skip to content

Commit

Permalink
build: release version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkolon committed Mar 28, 2024
1 parent a2bcab8 commit 376575e
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.6"
version = "0.1.7"
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.6"
$version = "0.1.7"
$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.6"
version="0.1.7"
bin_name="licensa"
release_tag="v$version"

Expand Down

0 comments on commit 376575e

Please sign in to comment.