Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
2.1.4 > 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fazalfarhan01 committed Nov 23, 2021
1 parent 7de1e79 commit 7ab9236
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion app/graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def __init__(self) -> None:
██║ ╚═╝ ██║╚██████╔╝██║ ╚████║██║ ██║ ╚██████╔╝██║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
by fazalfarhan01 (https://github.com/fazalfarhan01)
Version: 2.1.4"""
Version: 2.1.5"""
2 changes: 1 addition & 1 deletion app/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions metadata/version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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])])
]
Expand Down

0 comments on commit 7ab9236

Please sign in to comment.