diff --git a/documentation/changeLog.txt b/documentation/changeLog.txt index 762493ed1..3637bdbd4 100644 --- a/documentation/changeLog.txt +++ b/documentation/changeLog.txt @@ -3,7 +3,7 @@ This file only list changes to game code. Changes to content can be found here: http://onehouronelife.com/updateLog.php -Version 346 ??? +Version 346 2020-July-3 --Forbid backslash and quotes in login email address in client. @@ -20,6 +20,7 @@ Version 346 ??? + Server Fixes --Fixed crash when someone right-clicks a full basket on a table. diff --git a/gameSource/game.cpp b/gameSource/game.cpp index 65012a204..0ae329981 100644 --- a/gameSource/game.cpp +++ b/gameSource/game.cpp @@ -1,4 +1,4 @@ -int versionNumber = 344; +int versionNumber = 346; int dataVersionNumber = 0; int binVersionNumber = versionNumber;