Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Jan 9, 2021
1 parent 3d104eb commit 75c936b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Note that this version of the .NET Framework **evolve in time**: the application
#### Setup installer
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.

* :package: [Inbox Notifier 3.5.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.5.0/Inbox.Notifier.3.5.0.exe)
* :package: [Inbox Notifier 3.5.1](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.5.1/Inbox.Notifier.3.5.1.exe)

> Note that you will need **administrator rights** to properly complete the installation.
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("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
[assembly: AssemblyVersion("3.5.1.0")]
[assembly: AssemblyFileVersion("3.5.1.0")]
[assembly: NeutralResourcesLanguageAttribute("fr-FR")]
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Inbox Notifier"
#define MyAppVersion "3.5.0"
#define MyAppVersion "3.5.1"
#define MyAppYear GetDateTimeString('yyyy', '', '');
#define MyAppPublisher "Xavier Foucrier"
#define MyAppURL "https://github.com/xavierfoucrier/inbox-notifier"
Expand Down

0 comments on commit 75c936b

Please sign in to comment.