7.5 version bump

This commit is contained in:
2021-07-05 15:35:49 +01:00
parent 1b79193df2
commit c099035d43
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ pub fn load_game(game_data: String) -> String {
let mut state = STATE.lock().unwrap();
match result {
Ok(game) => {
Ok((game, _errors)) => {
state.game = Some(game);
"".to_string()
},

View File

@@ -1,6 +1,6 @@
Write your game's title here
# BITSY VERSION 7.2
# BITSY VERSION 7.5
! ROOM_FORMAT 1