diff --git a/PySimpleGUI.py b/PySimpleGUI.py
index b1897482..90c3cda5 100644
--- a/PySimpleGUI.py
+++ b/PySimpleGUI.py
@@ -1,5 +1,5 @@
#!/usr/bin/python3
-version = __version__ = "4.57.0.2 Unreleased"
+version = __version__ = "4.57.0.3 Unreleased"
_change_log = """
Changelog since 4.57.0 released to PyPI on 13-Feb-2022
@@ -8,6 +8,8 @@ _change_log = """
Added checking for timeout error to execute_get_results instead of showing an error popup as it's not truly an error in this case
4.57.0.2
Added cast to bool of default parm for Checkbox element in case user passes in an incorrect type
+ 4.57.0.3
+ Coupon... for 30 days this time....
"""
__version__ = version.split()[0] # For PEP 396 and PEP 345
@@ -23488,7 +23490,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 discsount coupon!", '79994E6167BB8E172D5B')
+ popup_scrolled("Oh look! It's a Udemy discsount coupon!", '0D50D92ADEDA243A4A4B')
elif event == 'Themes':
search_string = popup_get_text('Enter a search term or leave blank for all themes', 'Show Available Themes', keep_on_top=True)
diff --git a/docs/cookbook.md b/docs/cookbook.md
index 6dcc6797..3bfed744 100644
--- a/docs/cookbook.md
+++ b/docs/cookbook.md
@@ -25,9 +25,9 @@
apply coupon for discount:
- 25506BBB290573A0BCB4
+ 0D50D92ADEDA243A4A4B
-