We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fb7ab commit a997a6dCopy full SHA for a997a6d
1 file changed
srm.py
@@ -782,7 +782,7 @@ def showAboutPopup(self):
782
showinfo("About", About_Page_Text)
783
784
def showSRMPopup(self):
785
- showinfo("Simple Randomizer Maker v1.21", "This was made using\nGateGuy's Simple Randomizer Maker.\n\nhttps://github.com/GateGuy/SimpleRandomizerMaker")
+ showinfo("Simple Randomizer Maker v1.22", "This was made using\nGateGuy's Simple Randomizer Maker.\n\nhttps://github.com/GateGuy/SimpleRandomizerMaker")
786
787
# ======================================================
788
# Support code for Balloon Help (also called tooltips).
0 commit comments