From 913add72b0aa90340a6e10c05e669696c180deaa Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sun, 4 Jul 2021 23:30:56 -0400 Subject: [PATCH] Final change before shipping v2.0. --- .../xcschemes/xcschememanagement.plist | 4 ++-- BuGS/main.rez | 10 +++++----- README.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BuGS.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist b/BuGS.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist index 0d0faee..2596fb4 100644 --- a/BuGS.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/BuGS.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ Binary.xcscheme_^#shared#^_ orderHint - 3 + 2 BuGS.xcscheme_^#shared#^_ @@ -22,7 +22,7 @@ doNotBuild.xcscheme_^#shared#^_ orderHint - 2 + 3 diff --git a/BuGS/main.rez b/BuGS/main.rez index fa3ab3e..2c8b10e 100644 --- a/BuGS/main.rez +++ b/BuGS/main.rez @@ -40,7 +40,7 @@ resource rPString (DOWNLOAD_URL_STR, $0000) { resource rPString (ARCHIVE_STR, $0000) { - "BuGS100.shk" + "BuGS200.shk" }; @@ -61,10 +61,10 @@ resource rUpdateInfo (UPDATE_INFO, $0000) { /* Version resource */ resource rVersion (1) { { - 1, /* Major version number in BCD */ - 9, /* Minor version number in BCD */ - 4, /* Bug version number in BCD */ - beta, /* Development phase */ + 2, /* Major version number in BCD */ + 0, /* Minor version number in BCD */ + 0, /* Bug version number in BCD */ + release, /* Development phase */ 0 /* Release number */ }, verUS, diff --git a/README.md b/README.md index a335bf4..7548800 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ This game runs at 60 frames per second on a standard Apple //gs without an accel [Video of game run on mame](https://www.rand-emonium.com/wp-content/uploads/2021/02/BuGS_video.mp4) -[Download a disk image](https://github.com/jeremysrand/BuGS/releases/download/1.0/BuGS_100.2mg) +[Download a disk image](https://github.com/jeremysrand/BuGS/releases/download/1.0/BuGS_200.2mg) -[Download a SHK archive](https://github.com/jeremysrand/BuGS/releases/download/1.0/BuGS100.shk) +[Download a SHK archive](https://github.com/jeremysrand/BuGS/releases/download/1.0/BuGS200.shk) [BuGS Readme from the SW distribution](/BuGS/Read.Me.md)