Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
emmabritton committed Jul 9, 2021
1 parent 1379839 commit c0d600c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tape_device"
version = "1.2.0"
version = "1.0.0"
description = "Executor, compiler and decompiler for fictional tape device"
authors = ["Ray Britton <raybritton@gmail.com>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub mod system {
pub const TAPE_HEADER_1: u8 = 0xFD;
pub const TAPE_HEADER_2: u8 = 0xA0;

pub const PRG_VERSION: u8 = 17;
pub const PRG_VERSION: u8 = 1;
}

pub mod code {
Expand Down

0 comments on commit c0d600c

Please sign in to comment.