Skip to content

Commit

Permalink
New minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Aug 6, 2018
1 parent e35ee8e commit 24dc979
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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 2.1](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v2.1-release/Gmail.Notifier.2.1.exe)
* :package: [Gmail Notifier 2.1.4](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v2.1.4-release/Gmail.Notifier.2.1.4.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**. Recommanded for beta-tester users.
Expand Down
4 changes: 2 additions & 2 deletions code/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
[assembly: AssemblyVersion("2.1.3.4")]
[assembly: AssemblyFileVersion("2.1.3.4")]
[assembly: NeutralResourcesLanguageAttribute("fr-FR")]
4 changes: 2 additions & 2 deletions setup/setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "Gmail Notifier"
#define MyAppVersion "2.1.3.0"
#define MyAppShortVersion "2.1"
#define MyAppVersion "2.1.3.4"
#define MyAppShortVersion "2.1.4"
#define MyAppPublisher "Xavier Foucrier"
#define MyAppURL "https://github.com/xavierfoucrier/gmail-notifier"
#define MyAppExeName "Gmail notifier.exe"
Expand Down

0 comments on commit 24dc979

Please sign in to comment.