diff --git a/.github/workflows/publish_to_docker_hub.yml b/.github/workflows/publish_to_docker_hub.yml index 20fb62b..05a6bff 100644 --- a/.github/workflows/publish_to_docker_hub.yml +++ b/.github/workflows/publish_to_docker_hub.yml @@ -32,7 +32,7 @@ jobs: -t fazalfarhan01/earnapp-earning-monitor:latest \ -t fazalfarhan01/earnapp-earning-monitor:python-latest \ -t fazalfarhan01/earnapp-earning-monitor:yariya-latest \ - -t fazalfarhan01/earnapp-earning-monitor:python-2.1.4 \ + -t fazalfarhan01/earnapp-earning-monitor:python-2.1.5 \ --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 . - name: Update Docker Hub Readme diff --git a/README.md b/README.md index 031f90a..90dda97 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,4 @@ Check out this video. - [EarnApp](https://earnapp.com/) - Thanks to [fazalfarhan01](https://github.com/fazalfarhan01) for completely reworking this project :) ## Version -- 2.1.4 +- 2.1.5 diff --git a/app/graphics.py b/app/graphics.py index 88412b0..c915096 100644 --- a/app/graphics.py +++ b/app/graphics.py @@ -47,4 +47,4 @@ def __init__(self) -> None: ██║ ╚═╝ ██║╚██████╔╝██║ ╚████║██║ ██║ ╚██████╔╝██║ ██║ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ by fazalfarhan01 (https://github.com/fazalfarhan01) -Version: 2.1.4""" +Version: 2.1.5""" diff --git a/app/webhooks.py b/app/webhooks.py index df1fac0..6f50a62 100644 --- a/app/webhooks.py +++ b/app/webhooks.py @@ -32,7 +32,7 @@ def send_first_message(self, info: AllInformation): name="Devices", value=f"{info.devices_info.windows_devices} Windows | {info.devices_info.linux_devices} Linux | {info.devices_info.other_devices} Others", inline=False) embed.add_embed_field(name="Bugs?", value=f"[Contact Devs.](https://github.com/Yariya/EarnApp-Earning-Monitor/issues)") - embed.set_footer(text=f"Version: 2.1.4", + embed.set_footer(text=f"Version: 2.1.5", icon_url="https://img.icons8.com/color/64/000000/paypal.png") webhook.add_embed(embed) webhook.execute() diff --git a/metadata/version.txt b/metadata/version.txt index a45f25f..f4686e7 100644 --- a/metadata/version.txt +++ b/metadata/version.txt @@ -32,12 +32,12 @@ VSVersionInfo( u'040904B0', [StringStruct(u'CompanyName', u'FFEHost'), StringStruct(u'FileDescription', u'EarnApp Earning Monitor'), - StringStruct(u'FileVersion', u'2.1.4.0'), + StringStruct(u'FileVersion', u'2.1.5.0'), StringStruct(u'InternalName', u'EarnApp Earning Monitor'), StringStruct(u'LegalCopyright', u'© FFEHost. All rights reserved.'), StringStruct(u'OriginalFilename', u'EarnApp Earning Monitor.exe'), StringStruct(u'ProductName', u'EarnApp Earning Monitor'), - StringStruct(u'ProductVersion', u'2.1.4.0')]) + StringStruct(u'ProductVersion', u'2.1.5.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ]