Skip to content

Commit 168524b

Browse files
committed
Release 1.12
1 parent 707c38c commit 168524b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AutoScreenshot.lpi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<VersionInfo>
4545
<UseVersionInfo Value="True"/>
4646
<MajorVersionNr Value="1"/>
47-
<MinorVersionNr Value="11"/>
48-
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.11"/>
47+
<MinorVersionNr Value="12"/>
48+
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.12"/>
4949
</VersionInfo>
5050
<BuildModes Count="5">
5151
<Item1 Name="Default" Default="True"/>

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Auto Screenshot"
5-
#define MyAppVersion "1.11"
5+
#define MyAppVersion "1.12"
66
#define MyAppPublisher "Artem Demin"
77
#define MyAppURL "https://github.com/artem78/AutoScreenshot#readme"
88
#define MyAppExeName "AutoScreenshot.exe"

0 commit comments

Comments
 (0)