Updated AssemblyInfo, plus a tiny bugfix.
This commit is contained in:
parent
7e73b4ee46
commit
d3ff2f4d17
|
@ -10,7 +10,7 @@ Public Class GameController
|
|||
''' <summary>
|
||||
''' The current version of the game.
|
||||
''' </summary>
|
||||
Public Const GAMEVERSION As String = "0.54.3"
|
||||
Public Const GAMEVERSION As String = "0.55"
|
||||
|
||||
''' <summary>
|
||||
''' The number of released iterations of the game.
|
||||
|
|
|
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
|
|||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
<Assembly: AssemblyVersion("0.54.2")>
|
||||
<Assembly: AssemblyVersion("0.55")>
|
|
@ -920,7 +920,7 @@ Namespace GameJolt
|
|||
"Money|3000" & vbNewLine &
|
||||
"Badges|0" & vbNewLine &
|
||||
"Gender|Male" & vbNewLine &
|
||||
"PlayTime|0,0,0" & vbNewLine &
|
||||
"PlayTime|0,0,0,0" & vbNewLine &
|
||||
"OT|" & ot & vbNewLine &
|
||||
"Points|0" & vbNewLine &
|
||||
"hasPokedex|0" & vbNewLine &
|
||||
|
|
Loading…
Reference in New Issue