Skip to content

Commit ad010d4

Browse files
committed
Release 1.10.3
1 parent 8b241db commit ad010d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AutoScreen.lpi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<UseVersionInfo Value="True"/>
4545
<MajorVersionNr Value="1"/>
4646
<MinorVersionNr Value="10"/>
47-
<RevisionNr Value="2"/>
48-
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.10.2"/>
47+
<RevisionNr Value="3"/>
48+
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.10.3"/>
4949
</VersionInfo>
5050
<BuildModes Count="3">
5151
<Item1 Name="Default (32bit)" 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.10.2"
5+
#define MyAppVersion "1.10.3"
66
#define MyAppPublisher "Artem Demin"
77
#define MyAppURL "https://github.com/artem78/AutoScreenshot#readme"
88
#define MyAppExeName "AutoScreenshot.exe"

0 commit comments

Comments
 (0)