From d33da51210b17bd1162a139ada9cdd9bc207fac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:07:05 +0000 Subject: [PATCH] =?UTF-8?q?chore:=200.1.7=20=EC=88=98=EB=8F=99=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- crates/legolas-cli/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7520274..0b48423 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "legolas-cli" -version = "0.1.6" +version = "0.1.7" dependencies = [ "assert_cmd", "clap", diff --git a/crates/legolas-cli/Cargo.toml b/crates/legolas-cli/Cargo.toml index 66398d3..a1036c0 100644 --- a/crates/legolas-cli/Cargo.toml +++ b/crates/legolas-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "legolas-cli" -version = "0.1.6" +version = "0.1.7" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/package.json b/package.json index 9126dcf..4843b44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jeremyfellaz/legolas", - "version": "0.1.6", + "version": "0.1.7", "description": "Slim bundles with precision.", "homepage": "https://github.com/JeremyDev87/legolas#readme", "repository": {