diff --git a/PySimpleGUI.py b/PySimpleGUI.py
index 36a820da..092cf027 100644
--- a/PySimpleGUI.py
+++ b/PySimpleGUI.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
-version = __version__ = "4.57.0.21 Unreleased"
+version = __version__ = "4.57.0.22 Unreleased"
_change_log = """
Changelog since 4.57.0 released to PyPI on 13-Feb-2022
@@ -58,6 +58,8 @@ _change_log = """
Simplified Radio, Checkbox, Slider creation. Moved the command parm outside the creation and instead made a config call.
4.57.0.21
Another coupon code. Udemy makes it difficult by only giving a valid period of 5 days for some coupons
+ 4.57.0.22
+ Another coupon - changed base price
"""
__version__ = version.split()[0] # For PEP 396 and PEP 345
@@ -23637,7 +23639,7 @@ def main():
# webbrowser.open_new_tab(r'https://udemy.com/PySimpleGUI')
webbrowser.open_new_tab(r'https://www.buymeacoffee.com/PySimpleGUI')
elif event in ('-EMOJI-HEARTS-', '-HEART-'):
- popup_scrolled("Oh look! It's a Udemy discount coupon!", 'AC62C193CF7E9F51EA79',
+ popup_scrolled("Oh look! It's a Udemy discount coupon!", 'BDC40CE5211BD258C767',
'A personal message from Mike -- thank you so very much for supporting PySimpleGUI!', title='Udemy Coupon', image=EMOJI_BASE64_MIKE)
elif event == 'Themes':
diff --git a/docs/call reference.md b/docs/call reference.md
index 9bd21113..11350692 100644
--- a/docs/call reference.md
+++ b/docs/call reference.md
@@ -25,9 +25,9 @@
apply coupon for discount:
- AC62C193CF7E9F51EA79
+ BDC40CE5211BD258C767
-