Skip to content

Commit d15d4c3

Browse files
Bump version
1 parent 4043dbd commit d15d4c3

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
@@ -43,7 +43,7 @@ Note that this version of the .NET Framework **evolve in time**: the application
4343
#### Setup installer
4444
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.
4545

46-
* :package: [Inbox Notifier 3.3.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.3.0/Inbox.Notifier.3.3.0.exe)
46+
* :package: [Inbox Notifier 3.5.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.5.0/Inbox.Notifier.3.5.0.exe)
4747

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

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.3.0.0")]
41-
[assembly: AssemblyFileVersion("3.3.0.0")]
40+
[assembly: AssemblyVersion("3.5.0.0")]
41+
[assembly: AssemblyFileVersion("3.5.0.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.3.0"
2+
#define MyAppVersion "3.5.0"
33
#define MyAppYear GetDateTimeString('yyyy', '', '');
44
#define MyAppPublisher "Xavier Foucrier"
55
#define MyAppURL "https://github.com/xavierfoucrier/inbox-notifier"

0 commit comments

Comments
 (0)