Skip to content

Commit

Permalink
Bump version (0.1.2 -> 0.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Mar 27, 2024
1 parent fae027e commit 7f29e84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions version-info.luau
Original file line number Diff line number Diff line change
@@ -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
}
4 changes: 2 additions & 2 deletions wally.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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 <contact@latte.to>"]

Expand Down

0 comments on commit 7f29e84

Please sign in to comment.