Skip to content
Snippets Groups Projects
Commit 2134b5c5 authored by s183897's avatar s183897 :ice_skate:
Browse files

Fixed version number

parent f971e0b3
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ iconPic = pygame.image.load('icon.png')
pygame.display.set_icon(iconPic)
# title of app
pygame.display.set_caption('K-means Text Color Chooser 1.1')
pygame.display.set_caption('K-means Text Color Chooser 1.1.1')
# set fonts
smallfont = pygame.font.SysFont('comicsansms', 25)
......
......@@ -34,7 +34,7 @@ iconPic = pygame.image.load('icon.png')
pygame.display.set_icon(iconPic)
# title of app
pygame.display.set_caption('Nearest Neighbor Text Color Chooser 1.2')
pygame.display.set_caption('Nearest Neighbor Text Color Chooser 1.2.1')
# set fonts
smallfont = pygame.font.SysFont('comicsansms', 25)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment