Skip to content

Commit

Permalink
Merge pull request #8 from rly0nheart/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rly0nheart authored Jun 26, 2023
2 parents f266504 + a83151c commit cff95e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oxdork/banner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def ascii_banner():
version_tag = "3.1.0"
version_tag = "3.1.1"
banner = f"""[red]
▐▄• ▄ ·▄▄▄▄ ▄▄▄ ▄ •▄
▄█▀▄ █▌█▌▪██▪ ██ ▄█▀▄ ▀▄ █·█▌▄▌▪
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["oxdork"]

[project]
name = "oxdork"
version = "3.1.0"
version = "3.1.1"
description = "Google dorking tool"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit cff95e6

Please sign in to comment.