Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed May 29, 2024
1 parent fc9860b commit 50b93e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lovebrew.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name = "FridayNightFunkin"
author = "GuglioIsStupid"
description = "3DS Demake of Friday Night Funkin"
version = "0.1.0"
version = "0.4.0"

## --- Build Options --- ##

Expand Down
2 changes: 1 addition & 1 deletion src/states/menu/title.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function title:bottomDraw()
love.graphics.push()
love.graphics.printf(
"Funkin 3DS" .. "\n" ..
"Beta" .. (version or "3") .. "\n" ..
"Beta" .. (version or "4") .. "\n" ..
"By: GuglioIsStupid" .. "\n\n" ..
"Special thanks to:" .. "\n" ..
"The Funkin Crew" .. "\n",
Expand Down

0 comments on commit 50b93e6

Please sign in to comment.