Skip to content

Commit

Permalink
Merge pull request #5 from mrunion/updatingversion
Browse files Browse the repository at this point in the history
Updated to version 1.0
  • Loading branch information
mrunion authored Dec 22, 2023
2 parents 3014822 + 31f3977 commit 39a396e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ backup/
*.bak
lib/
bin/
deployment/

# Application bundle for Mac OS
*.app/
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CSResourcesFileMapped</key>
Expand Down
5 changes: 2 additions & 3 deletions flaxlauncherlite.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
</General>
<VersionInfo>
<UseVersionInfo Value="True"/>
<MinorVersionNr Value="2"/>
<Attributes pvaPreRelease="True"/>
<StringTable CompanyName="Dadburn" ProductName="Flax Launcher Lite" ProductVersion="0.2"/>
<MajorVersionNr Value="1"/>
<StringTable CompanyName="Dadburn" ProductName="Flax Launcher Lite" ProductVersion="1.0"/>
</VersionInfo>
<BuildModes>
<Item Name="Default" Default="True"/>
Expand Down
4 changes: 2 additions & 2 deletions flaxlauncherlite.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

begin
RequireDerivedFormResource := True;
Application.Title:='Flax Launcher Lite';
Application.Scaled:=True;
Application.Title := 'Flax Launcher Lite';
Application.Scaled := True;
Application.Initialize;
Application.CreateForm(TFormMain, FormMain);
Application.CreateForm(TFormAddEngine, FormAddEngine);
Expand Down

0 comments on commit 39a396e

Please sign in to comment.