Updated AssemblyInfo, plus a tiny bugfix.

This commit is contained in:
CaptainSegis 2017-08-14 07:16:17 -05:00
parent 7e73b4ee46
commit d3ff2f4d17
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number
' Revision
'
<Assembly: AssemblyVersion("0.54.2")>
<Assembly: AssemblyVersion("0.55")>

View File

@ -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 &