We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd75b8b commit a34e7fdCopy full SHA for a34e7fd
1 file changed
srm.py
@@ -819,7 +819,7 @@ def showAboutPopup(self):
819
showinfo("About", About_Page_Text)
820
821
def showSRMPopup(self):
822
- showinfo("Simple Randomizer Maker v1.23", "This was made using\nGateGuy's Simple Randomizer Maker.\n\nhttps://github.com/GateGuy/SimpleRandomizerMaker")
+ showinfo("Simple Randomizer Maker v1.24", "This was made using\nGateGuy's Simple Randomizer Maker.\n\nhttps://github.com/GateGuy/SimpleRandomizerMaker")
823
824
# ======================================================
825
# Support code for Balloon Help (also called tooltips).
0 commit comments