Bump the version. Fix the download URL resource. Fix a typo in the readme file.

This commit is contained in:
Jeremy Rand 2021-02-09 23:10:37 -05:00
parent b87d3e8870
commit a890cc8212
2 changed files with 3 additions and 3 deletions

View File

@ -35,12 +35,12 @@ resource rPString (AUTHOR_NAME_STR, $0000) {
resource rPString (DOWNLOAD_URL_STR, $0000) { resource rPString (DOWNLOAD_URL_STR, $0000) {
"http://downloads.rand-emonium.com/files" "http://downloads.rand-emonium.com/files/"
}; };
resource rPString (ARCHIVE_STR, $0000) { resource rPString (ARCHIVE_STR, $0000) {
"BuGS095.bxy" "BuGS096.bxy"
}; };
@ -63,7 +63,7 @@ resource rVersion (1) {
{ {
0, /* Major version number in BCD */ 0, /* Major version number in BCD */
9, /* Minor version number in BCD */ 9, /* Minor version number in BCD */
5, /* Bug version number in BCD */ 6, /* Bug version number in BCD */
beta, /* Development phase */ beta, /* Development phase */
0 /* Release number */ 0 /* Release number */
}, },

Binary file not shown.