Fixed capitalization error in app name

This commit is contained in:
2026-04-17 22:14:23 -05:00
parent 6da57fef70
commit 33de050cd2

View File

@@ -1,5 +1,5 @@
module W3DHubLauncher
NAME = "Cyberarm's W3D Hub linux Launcher".freeze
NAME = "Cyberarm's W3D Hub Linux Launcher".freeze
VERSION = "2.0.0".freeze
VERSION_NAME = "alpha".freeze # TODO: Come up with a short, fun, release name
end