Skip to content

Commit

Permalink
Updated version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperSourceGithub authored Apr 12, 2024
1 parent f9f9e62 commit 1034592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flightsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def draw(self, surface):

# Set up the display window
screen = pygame.display.set_mode((1000, 800)) # (width, height)
pygame.display.set_caption("HyperAir v1.0.1")
pygame.display.set_caption("HyperAir v1.0.2")

# Set up fonts
font = pygame.font.Font("fonts/courierprime.ttf", 15) # (font, size)
Expand Down

0 comments on commit 1034592

Please sign in to comment.