From 7f29e84890143760a3851627548104d9703f865c Mon Sep 17 00:00:00 2001 From: reggie Date: Wed, 27 Mar 2024 18:00:19 -0500 Subject: [PATCH] Bump version (`0.1.2` -> `0.1.3`) --- version-info.luau | 4 ++-- wally.lock | 4 ++-- wally.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/version-info.luau b/version-info.luau index 0cf17d5..6c3d368 100644 --- a/version-info.luau +++ b/version-info.luau @@ -1,4 +1,4 @@ return { - PackageVersion = "0.1.2", -- The version of this `lucide-roblox` package - LucideVersion = "0.292.0", -- The version of the Lucide icon set itself the package ver noted above is on + PackageVersion = "0.1.3", -- The version of this `lucide-roblox` package + LucideVersion = "0.363.0", -- The version of the Lucide icon set itself the package ver noted above is on } diff --git a/wally.lock b/wally.lock index 91349ab..61e3b58 100644 --- a/wally.lock +++ b/wally.lock @@ -3,6 +3,6 @@ registry = "test" [[package]] -name = "latte-soft/lucide-roblox" -version = "0.1.0" +name = "latte-soft/lucide-icons" +version = "0.1.3" dependencies = [] diff --git a/wally.toml b/wally.toml index 71424e9..f694aeb 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "latte-soft/lucide-icons" description = "Library to Use the Lucide Icon Set (https://lucide.dev) in Roblox" -version = "0.1.2" +version = "0.1.3" license = "MIT AND ISC" authors = ["Latte Softworks "]