diff --git a/README.md b/README.md index 91297633..6d207244 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ Download #### Setup installer 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. -* :package: [Gmail Notifier 1.5.1](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.1-release/Gmail.Notifier.1.5.1.exe) +* :package: [Gmail Notifier 1.5.2](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.2-release/Gmail.Notifier.1.5.2.exe) #### Portable version 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. -* :package: [Gmail Notifier Portable (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.1-release/Gmail.Notifier.Portable.x86.zip) -* :package: [Gmail Notifier Portable (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.1-release/Gmail.Notifier.Portable.x64.zip) +* :package: [Gmail Notifier Portable (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.2-release/Gmail.Notifier.Portable.x86.zip) +* :package: [Gmail Notifier Portable (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.2-release/Gmail.Notifier.Portable.x64.zip) #### Old versions diff --git a/code/Properties/AssemblyInfo.cs b/code/Properties/AssemblyInfo.cs index c8e555dd..a2d8f8ae 100644 --- a/code/Properties/AssemblyInfo.cs +++ b/code/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.3.1")] -[assembly: AssemblyFileVersion("1.5.3.1")] +[assembly: AssemblyVersion("1.5.3.2")] +[assembly: AssemblyFileVersion("1.5.3.2")] [assembly: NeutralResourcesLanguageAttribute("fr-FR")] diff --git a/setup/setup.iss b/setup/setup.iss index 872097ea..272560df 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -1,6 +1,6 @@ #define MyAppName "Gmail Notifier" -#define MyAppVersion "1.5.3.1" -#define MyAppShortVersion "1.5.1" +#define MyAppVersion "1.5.3.2" +#define MyAppShortVersion "1.5.2" #define MyAppPublisher "Xavier Foucrier" #define MyAppURL "https://github.com/xavierfoucrier/gmail-notifier" #define MyAppExeName "Gmail notifier.exe"