We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e80d7 commit 587d1f5Copy full SHA for 587d1f5
Program.cs
@@ -25,8 +25,8 @@ You should have received a copy of the GNU General Public License
25
[assembly: AssemblyProduct("AeroShotCRE")]
26
[assembly: AssemblyDescription("Screenshot capture utility for Windows Aero")]
27
[assembly: AssemblyCopyright("\u00a9 2021 Cvolton")]
28
-[assembly: AssemblyVersion("1.8.0.0")]
29
-[assembly: AssemblyFileVersion("1.8.0.0")]
+[assembly: AssemblyVersion("1.8.1.0")]
+[assembly: AssemblyFileVersion("1.8.1.0")]
30
[assembly: ComVisible(false)]
31
32
namespace AeroShot
0 commit comments