Skip to content

Commit

Permalink
Version 1.4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wowkster committed Feb 24, 2022
1 parent 51a2a3d commit 88a7af4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cloaks/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<LineBreak />
• Update to Terms of Use
<LineBreak />
• Current version is v.1.4.6
• Current version is v.1.4.6.1
</TextBlock>
</Grid>
</Border>
Expand Down Expand Up @@ -137,7 +137,7 @@
</Grid>
</Button>

<Label Content="Cloaks+ v.1.4.6" Style="{StaticResource navVersion}" Margin="3, 0, 0, 3" Width="124" VerticalAlignment="Bottom"/>
<Label Content="Cloaks+ v.1.4.6.1" Style="{StaticResource navVersion}" Margin="3, 0, 0, 3" Width="124" VerticalAlignment="Bottom"/>
</Grid>
</Border>
</Grid>
Expand Down
4 changes: 2 additions & 2 deletions Cloaks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
)]


[assembly: AssemblyVersion("1.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.0")]
[assembly: AssemblyVersion("1.4.6.1")]
[assembly: AssemblyFileVersion("1.4.6.1")]
2 changes: 1 addition & 1 deletion Cloaks/app.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.4.6.0" name="Cloaks.app"/>
<assemblyIdentity version="1.4.6.1" name="Cloaks.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down

0 comments on commit 88a7af4

Please sign in to comment.