From 9188529c9f7a0529f13401c533b585e91d1c5738 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 6 Nov 2021 09:47:07 +0000 Subject: [PATCH] update for version 7.10 --- Cargo.toml | 2 +- src/mock.rs | 2 +- src/test-resources/default.bitsy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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