Skip to content

Commit

Permalink
Merge pull request #42 from FlexConfirmMail/bump-version-to-22.4.2
Browse files Browse the repository at this point in the history
Bump version to 22.4.2
  • Loading branch information
piroor authored Nov 7, 2024
2 parents bc0e5bf + a426bb4 commit 2acbd49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FlexConfirmMail.iss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Setup]
AppName=FlexConfirmMail
AppVerName=FlexConfirmMail
VersionInfoVersion=22.4.1
VersionInfoVersion=22.4.2
AppPublisher=ClearCode Inc.
AppVersion=22.4.1
AppVersion=22.4.2
UninstallDisplayIcon={app}\fcm.ico
DefaultDirName={commonpf}\FlexConfirmMail
ShowLanguageDialog=no
Expand Down
2 changes: 1 addition & 1 deletion Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace FlexConfirmMail
public class Global
{
public static readonly string AppName = "FlexConfirmMail";
public static readonly string Version = "22.4.1";
public static readonly string Version = "22.4.2";
public static readonly string Edition = "Enterprise";
public static readonly bool EnableGPO = true;
}
Expand Down
2 changes: 1 addition & 1 deletion Global.public.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace FlexConfirmMail
public class Global
{
public static readonly string AppName = "FlexConfirmMail";
public static readonly string Version = "22.4.0";
public static readonly string Version = "22.4.2";
public static readonly string Edition = "Free";
public static readonly bool EnableGPO = false;
}
Expand Down

0 comments on commit 2acbd49

Please sign in to comment.