diff --git a/README.md b/README.md index 83800379..16c600d2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Note that this version of the .NET Framework **evolve in time**: the application #### 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. Recommended for all users. -* :package: [Gmail Notifier 2.1.7](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v2.1.7-release/Gmail.Notifier.2.1.7.exe) +* :package: [Gmail Notifier 2.1.8](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v2.1.8-release/Gmail.Notifier.2.1.8.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. Portable versions are **no longer available since official 1.0 release**. Recommended for beta-tester users. diff --git a/code/Properties/AssemblyInfo.cs b/code/Properties/AssemblyInfo.cs index f3b5d8f7..73643b98 100644 --- a/code/Properties/AssemblyInfo.cs +++ b/code/Properties/AssemblyInfo.cs @@ -37,6 +37,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("2.1.3.7")] -[assembly: AssemblyFileVersion("2.1.3.7")] +[assembly: AssemblyVersion("2.1.3.8")] +[assembly: AssemblyFileVersion("2.1.3.8")] [assembly: NeutralResourcesLanguageAttribute("fr-FR")] diff --git a/setup/setup.iss b/setup/setup.iss index 7d3aec7b..66e1b83a 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -1,6 +1,6 @@ #define MyAppName "Gmail Notifier" -#define MyAppVersion "2.1.3.7" -#define MyAppShortVersion "2.1.7" +#define MyAppVersion "2.1.3.8" +#define MyAppShortVersion "2.1.8" #define MyAppPublisher "Xavier Foucrier" #define MyAppURL "https://github.com/xavierfoucrier/gmail-notifier" #define MyAppExeName "Gmail notifier.exe"