Skip to content

Commit 45fd28c

Browse files
authored
Bump version to v2.2.0 (#334)
1 parent 2f138e5 commit 45fd28c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.lune/install.luau

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ end
6060
local function installRobloxPackages()
6161
run("roblox-packages", { "install", "RobloxPackagesTmp", "--version", "0.690.0.6900721" })
6262

63+
if fs.isDir("RobloxPackages") then
64+
fs.removeDir("RobloxPackages")
65+
end
6366
fs.move("RobloxPackagesTmp/Packages", "RobloxPackages")
6467
fs.removeDir("RobloxPackagesTmp")
6568

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flipbook-labs/flipbook"
3-
version = "2.0.0"
3+
version = "2.2.0"
44
license = "MIT"
55
registry = "https://github.com/UpliftGames/wally-index"
66
realm = "shared"

0 commit comments

Comments
 (0)