Skip to content

Commit fa90fa2

Browse files
Bump version
1 parent 898a45e commit fa90fa2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Note that this version of the .NET Framework **evolve in time**: the application
4242
#### Setup installer
4343
The setup installer contains both `32 bits (x86)` and `64 bits (x64)` versions: this is the better way to install Windows application and allow you to **cleanly install/uninstall** the application with ease.
4444

45-
* :package: [Inbox Notifier 3.2.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.2.0/Inbox.Notifier.3.2.0.exe)
45+
* :package: [Inbox Notifier 3.2.2](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.2.2/Inbox.Notifier.3.2.2.exe)
4646

4747
> Note that you will need **administrator rights** to properly complete the installation.
4848

code/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3838
// en utilisant '*', comme indiqué ci-dessous :
3939
// [assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyVersion("3.2.0.0")]
41-
[assembly: AssemblyFileVersion("3.2.0.0")]
40+
[assembly: AssemblyVersion("3.2.2.0")]
41+
[assembly: AssemblyFileVersion("3.2.2.0")]
4242
[assembly: NeutralResourcesLanguageAttribute("fr-FR")]

setup/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Inbox Notifier"
2-
#define MyAppVersion "3.2.0"
2+
#define MyAppVersion "3.2.2"
33
#define MyAppYear GetDateTimeString('yyyy', '', '');
44
#define MyAppPublisher "Xavier Foucrier"
55
#define MyAppURL "https://github.com/xavierfoucrier/inbox-notifier"

0 commit comments

Comments
 (0)