Skip to content

Commit

Permalink
Fusion 0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dphfox committed Jan 31, 2023
1 parent 23ea485 commit cd0622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type Fusion = {
}

return restrictRead("Fusion", {
version = {major = 0, minor = 2, isRelease = false},
version = {major = 0, minor = 2, isRelease = true},

New = require(script.Instances.New),
Hydrate = require(script.Instances.Hydrate),
Expand Down

0 comments on commit cd0622a

Please sign in to comment.