Skip to content

Commit

Permalink
Merge branch 'main' into rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Oct 16, 2024
2 parents 8a955f5 + 8ac0538 commit da06773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

<p align="center">
<img alt="Static Badge" src="https://img.shields.io/badge/v1.1.1-CURRENT%20STABLE%20VERSION?style=for-the-badge&label=CURRENT%20STABLE%20VERSION&color=red"> <img alt="Static Badge" src="https://img.shields.io/badge/V1.1.2-red?style=for-the-badge&logo=f&label=CURRENT%20ROLLING%20VERSION">
</p>

<p align="center">
<img alt="Static Badge" src="https://img.shields.io/badge/DOMAIN_OSINT-CATEGORY?style=for-the-badge&label=TOOL%20CATEGORY&color=red"> <img alt="Static Badge" src="https://img.shields.io/badge/CLI-CATEGORY?style=for-the-badge&label=interface%20type&color=red">
</p>

Expand Down
2 changes: 1 addition & 1 deletion service/cli_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def welcome_menu(self):
fig = Figlet(font=wm_font)
print('\n')
self.console.print(fig.renderText('DPULSE'), style=preview_style)
print(Fore.MAGENTA + Style.BRIGHT + '[DPULSE-CLI] - [v1.1.2 rolling] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
print(Fore.MAGENTA + Style.BRIGHT + '[DPULSE-CLI] - [v1.1.2 stable] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
print(Fore.MAGENTA + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL)

def print_main_menu(self):
Expand Down

0 comments on commit da06773

Please sign in to comment.