Skip to content

Commit

Permalink
FlexConfirmMail v22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Fujimoto Seiji <[email protected]>
  • Loading branch information
fujimotos committed Dec 2, 2022
1 parent 3cef2e4 commit 13a227f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FlexConfirmMail.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AppName=FlexConfirmMail
AppVerName=FlexConfirmMail
VersionInfoVersion=22.1.0.0
AppPublisher=ClearCode Inc.
AppVersion=22.1
AppVersion=22.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.1";
public static readonly string Version = "22.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.1";
public static readonly string Version = "22.2";
public static readonly string Edition = "Free";
public static readonly bool EnableGPO = false;
}
Expand Down

0 comments on commit 13a227f

Please sign in to comment.