update for version 7.5

This commit is contained in:
Max Bradbury 2021-07-03 11:02:51 +01:00
parent 81da2960af
commit 34bcad51dd
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bitsy-parser"
version = "0.72.5"
version = "0.75.0"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
description = "A parser and utilities for working with Bitsy game data"

View File

@ -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: 2 }),
version: Some(Version { major: 7, minor: 5 }),
room_format: Some(RoomFormat::CommaSeparated),
room_type: RoomType::Room,
font: Font::AsciiSmall,

View File

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