Skip to content

Commit

Permalink
Bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsch committed Apr 2, 2020
1 parent 4130474 commit 2d3a8c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Yazmin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 200321;
CURRENT_PROJECT_VERSION = 200401;
DEVELOPMENT_TEAM = 9MWCHY26A8;
ENABLE_HARDENED_RUNTIME = YES;
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -1073,7 +1073,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 200321;
CURRENT_PROJECT_VERSION = 200401;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 9MWCHY26A8;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
2 changes: 1 addition & 1 deletion Yazmin/Story.m
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ - (void)showStatus {
[storyFacet printNumber:[_zMachine globalAtIndex:2]];
}

// Prepeare to display Seastalker sonarscope
// Prepare to display Seastalker sonarscope
if (storyFacet.numberOfLines > 1)
[storyFacet setCursorLine:2 column:1];

Expand Down

0 comments on commit 2d3a8c1

Please sign in to comment.