From 7909b9332747f27dc7cdc2ed902e343dee3d7b31 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Mon, 4 Jul 2022 17:56:52 -0700 Subject: [PATCH] set version number --- r3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r3.py b/r3.py index 1b92617..513d507 100644 --- a/r3.py +++ b/r3.py @@ -7,7 +7,7 @@ import platform import subprocess pygame.init() screen = pygame.display.set_mode((800, 480)) -pygame.display.set_caption('The Red Robot Radio 1.1.0 - Virtualx Game Engine') +pygame.display.set_caption('The Red Robot Radio 1.1.1 - Virtualx Game Engine') font = pygame.font.Font(None, 30) clock = pygame.time.Clock() crashbg = 'backgrounds/crash.png'