Skip to content

Commit

Permalink
add test app with new icns icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jun 11, 2022
1 parent 646e72d commit 1a9a6e7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file added bin/Crunch 5.0.0.dmg
Binary file not shown.
Binary file modified bin/Crunch.app/Contents/Info.plist
Binary file not shown.
Binary file modified bin/Crunch.app/Contents/Resources/appIcon.icns
Binary file not shown.
5 changes: 2 additions & 3 deletions bin/Crunch.app/Contents/Resources/crunch.py
Original file line number Diff line number Diff line change
@@ -1,5 1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#!/usr/bin/env python3

# ==================================================================
# crunch
Expand All @@ -26,7 25,7 @@
logging_lock = Lock()

# Application Constants
VERSION = "4.0.0"
VERSION = "5.0.0"
VERSION_STRING = "crunch v" VERSION

# Processor Constant
Expand Down

0 comments on commit 1a9a6e7

Please sign in to comment.