Skip to content

Commit

Permalink
Change version to 1.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d4koon committed Nov 14, 2020
1 parent 6a11f8c commit e8c7336
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Extension for the Whatsapp Desktop Client, that enables minimize-to-tray and clo
**WhatsApp Desktop Client**:
You can download that in the [WhatsApp Official Page](https://www.whatsapp.com/download/)

## Features:
- Minimize/Close button sends WhatsApp window to tray
- Esc key sens WhatsApp window to tray
- Toggle WhatsApp window by clicking on the tray icon

## Configuration:
WhatsappTray can be configured through:
- The **right-click-menue** in the tray. (Changes the values in *appData.ini*)
Expand Down
4 changes: 2 additions & 2 deletions WhatsappTray/Version.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/

#define MAJOR 1
#define MINOR 6
#define PATCH 2
#define MINOR 7
#define PATCH 0
#define IS_DEBUG 0

#define STRINGIFY(x) #x
Expand Down
2 changes: 1 addition & 1 deletion setupBuildfile.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "WhatsappTray"
#define MyAppVersion "1.6.2"
#define MyAppVersion "1.7.0"
#define MyAppURL "https://github.com/D4koon/WhatsappTray"
#define MyAppExeName "WhatsappTray.exe"

Expand Down

0 comments on commit e8c7336

Please sign in to comment.