Skip to content

Commit

Permalink
- Update version.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Jul 18, 2024
1 parent d1608ae commit 478eb8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ local ruleMat = {}
local activeRuleTexts = {}
local targetText = gc.newText(FONT.get(15))
local versionText = gc.newText(FONT.get(20))
versionText:set(require 'version'.string)
versionText:set(require 'version'.appVer)

local egg = {
AD_BC = false,
Expand Down
7 changes: 4 additions & 3 deletions version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return{
["apkCode"]=8,
["code"]=108,
["string"]="V1.8",
["appName"]="Smart Bingo",
["appVer"]="V1.8",
["apkCode"]=108,
["verStr"]="1.8.0",
}

0 comments on commit 478eb8c

Please sign in to comment.