7.5 version bump
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Write your game's title here
|
||||
|
||||
# BITSY VERSION 7.2
|
||||
# BITSY VERSION 7.5
|
||||
|
||||
! ROOM_FORMAT 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user