Skip to content

Commit 52971cf

Browse files
Bump version
1 parent 77d2b8a commit 52971cf

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

48-
* :package: [Inbox Notifier 3.9.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.9.0/Inbox.Notifier.3.9.0.exe)
48+
* :package: [Inbox Notifier 3.10.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.10.0/Inbox.Notifier.3.10.0.exe)
4949

5050
> Note that you will need **administrator rights** to properly complete the installation.
5151

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.9.0.0")]
41-
[assembly: AssemblyFileVersion("3.9.0.0")]
40+
[assembly: AssemblyVersion("3.10.0.0")]
41+
[assembly: AssemblyFileVersion("3.10.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.9.0"
2+
#define MyAppVersion "3.10.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)