Skip to content

Commit 77a7520

Browse files
New minor version
New features, bug fixes and some additional optimizations.
1 parent e95d792 commit 77a7520

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gmail notifier/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3333
// en utilisant '*', comme indiqué ci-dessous :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.3.0")]
36-
[assembly: AssemblyFileVersion("1.3.3.0")]
35+
[assembly: AssemblyVersion("1.4.3.0")]
36+
[assembly: AssemblyFileVersion("1.4.3.0")]
3737
[assembly: NeutralResourcesLanguageAttribute("fr-FR")]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Download
2424
#### Setup installer
2525
The setup installer contains both `32 bits (x86)` and `64 bits (x64)` versions. Its the better way to install Windows application and allows you to **cleanly install/uninstall** the application with ease. Note that you will need **administrators rights** to properly complete the installation. Recommanded for all users.
2626

27-
* :package: [Gmail Notifier 1.3](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.3-release/Gmail.Notifier.1.3.exe)
27+
* :package: [Gmail Notifier 1.4](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.4-release/Gmail.Notifier.1.4.exe)
2828

2929
#### Portable version
3030
The portable version is made for users who want to install the application on a **USB key**, or **removable drive**. In the uninstall process, you will need to manually remove some files from the *%AppData%* folder or edit the registry to completely remove the application from your computer. Recommanded for beta-tester users.
3131

32-
* :package: [Gmail Notifier Portable (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.3-release/Gmail.Notifier.Portable.x86.zip)
33-
* :package: [Gmail Notifier Portable (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.3-release/Gmail.Notifier.Portable.x64.zip)
32+
* :package: [Gmail Notifier Portable (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.4-release/Gmail.Notifier.Portable.x86.zip)
33+
* :package: [Gmail Notifier Portable (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.4-release/Gmail.Notifier.Portable.x64.zip)
3434

3535
#### Old versions
3636

setup/setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "Gmail Notifier"
2-
#define MyAppVersion "1.3.3.0"
3-
#define MyAppShortVersion "1.3"
2+
#define MyAppVersion "1.4.3.0"
3+
#define MyAppShortVersion "1.4"
44
#define MyAppPublisher "Xavier Foucrier"
55
#define MyAppURL "https://github.com/xavierfoucrier/gmail-notifier"
66
#define MyAppExeName "Gmail notifier.exe"

0 commit comments

Comments
 (0)