diff --git a/README.md b/README.md index 7bfc01c..f33ad19 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ The following X/26 enhancement triplets are not rendered by the editor, although - Invocation of Objects from POP and GPOP pages. - DRCS characters. - Modified G0 and G2 character set designation using X/26 triplets with mode 01000. -- Full screen and full row colours set by Active Objects. -- Level 3.5 font style: bold, italic and proportional spacing. +- Proportional font spacing on Level 3.5 ## Using the X/26 triplet editor The X/26 triplet editor sorts all the triplet modes available into categories, which are: diff --git a/main.cpp b/main.cpp index d968aec..55ac55f 100644 --- a/main.cpp +++ b/main.cpp @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) QApplication::setApplicationDisplayName(QApplication::applicationName()); QApplication::setOrganizationName("gkmac.co.uk"); QApplication::setOrganizationDomain("gkmac.co.uk"); - QApplication::setApplicationVersion("0.6-alpha"); + QApplication::setApplicationVersion("0.6.1-alpha"); QCommandLineParser parser; parser.setApplicationDescription(QApplication::applicationName()); parser.addHelpOption();