Skip to content

Commit 63e7160

Browse files
New minor version
Minor bugs fixes and some additional optimizations.
1 parent a779f1b commit 63e7160

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
@@ -33,6 +33,6 @@
3333
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3434
// en utilisant '*', comme indiqué ci-dessous :
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.1.3.0")]
37-
[assembly: AssemblyFileVersion("1.1.3.0")]
36+
[assembly: AssemblyVersion("1.2.3.0")]
37+
[assembly: AssemblyFileVersion("1.2.3.0")]
3838
[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.1](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.1-release/Gmail.Notifier.1.1.exe)
27+
* :package: [Gmail Notifier 1.2](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.2-release/Gmail.Notifier.1.2.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 1.1-release (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.1-release/Gmail.notifier.1.1-release.x86.zip)
33-
* :package: [Gmail notifier 1.1-release (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.1-release/Gmail.notifier.1.1-release.x64.zip)
32+
* :package: [Gmail notifier 1.2-release (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.2-release/Gmail.notifier.1.2-release.x86.zip)
33+
* :package: [Gmail notifier 1.2-release (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.2-release/Gmail.notifier.1.2-release.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.1.3.0"
3-
#define MyAppShortVersion "1.1"
2+
#define MyAppVersion "1.2.3.0"
3+
#define MyAppShortVersion "1.2"
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)