diff --git a/README.md b/README.md index ba19022..64236c5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ This is an implementation of Bejeweled written for the Apple //. It is my HackF ![A2Bejwld Screenshot](/a2bejwld.png "A2Bejwld Screenshot") -[Download a disk image](https://github.com/jeremysrand/a2bejwld/releases/download/2.6/a2bejwld.dsk) +[Download a disk image](https://github.com/jeremysrand/a2bejwld/releases/download/2.7/a2bejwld.dsk) [Watch the YouTube video](https://youtu.be/yseAGBzREik) diff --git a/a2bejwld.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate b/a2bejwld.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate index f48c56b..27d93c7 100644 Binary files a/a2bejwld.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate and b/a2bejwld.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/a2bejwld.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist b/a2bejwld.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist index 605ad76..88554c4 100644 --- a/a2bejwld.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/a2bejwld.xcodeproj/xcuserdata/jrand.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,12 +7,12 @@ Binary.xcscheme_^#shared#^_ orderHint - 1 + 2 DiskImage.xcscheme_^#shared#^_ orderHint - 2 + 3 a2bejwld.xcscheme_^#shared#^_ @@ -22,7 +22,7 @@ doNotBuild.xcscheme_^#shared#^_ orderHint - 3 + 1 diff --git a/a2bejwld/ui.c b/a2bejwld/ui.c index 4d60834..e8528c7 100644 --- a/a2bejwld/ui.c +++ b/a2bejwld/ui.c @@ -27,7 +27,7 @@ // Defines #define SAVE_OPTIONS_FILE "A2BEJWLD.OPTS" -#define VERSION "v2.7b1" +#define VERSION "v2.7" #define OPTIONS_VERSION_UNSAVED 0 #define OPTIONS_VERSION_V2 2