diff --git a/Cargo.toml b/Cargo.toml index a0746ac..10de69f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitsy-parser" -version = "0.75.0" +version = "0.710.0" authors = ["Max Bradbury "] edition = "2018" description = "A parser and utilities for working with Bitsy game data" diff --git a/src/mock.rs b/src/mock.rs index a0fcf0d..67bc057 100644 --- a/src/mock.rs +++ b/src/mock.rs @@ -536,7 +536,7 @@ pub fn room() -> Room { pub fn game_default() -> Game { Game { name: "Write your game's title here".to_string(), - version: Some(Version { major: 7, minor: 5 }), + version: Some(Version { major: 7, minor: 10 }), room_format: Some(RoomFormat::CommaSeparated), room_type: RoomType::Room, font: Font::AsciiSmall, diff --git a/src/test-resources/default.bitsy b/src/test-resources/default.bitsy index c3f3449..fa63bc0 100644 --- a/src/test-resources/default.bitsy +++ b/src/test-resources/default.bitsy @@ -1,6 +1,6 @@ Write your game's title here -# BITSY VERSION 7.5 +# BITSY VERSION 7.10 ! ROOM_FORMAT 1