Skip to content

Commit

Permalink
chore: bump version to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Sep 19, 2024
1 parent c1c0b22 commit edd34f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ you can open an issue to request a feature :D !! also see my [recommended flags]
- remove watch app
- change the app icon
- fakesign the output ipa/app
- add custom entitlements to the main executable
- thin all binaries to arm64, it can LARGELY reduce app size sometimes!
- remove all app extensions (or just encrypted ones!)

Expand Down
2 changes: 1 addition & 1 deletion cyan/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main() -> None:
)

parser.add_argument(
"--version", action="version", version="cyan v1.1.6"
"--version", action="version", version="cyan v1.2"
)

from cyan import logic
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="cyan",
version="1.1.6",
version="1.2",
description="finally, pyzule doesn't suck",
author="zx",
author_email="[email protected]",
Expand Down

0 comments on commit edd34f6

Please sign in to comment.