diff --git a/Program.cs b/Program.cs index 8ac33b7..f825ea9 100644 --- a/Program.cs +++ b/Program.cs @@ -25,8 +25,8 @@ You should have received a copy of the GNU General Public License [assembly: AssemblyProduct("AeroShotCRE")] [assembly: AssemblyDescription("Screenshot capture utility for Windows Aero")] [assembly: AssemblyCopyright("\u00a9 2021 Cvolton")] -[assembly: AssemblyVersion("1.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] +[assembly: AssemblyVersion("1.9.1.0")] +[assembly: AssemblyFileVersion("1.9.1.0")] [assembly: ComVisible(false)] namespace AeroShot