Skip to content

Commit 88a7af4

Browse files
committed
Version 1.4.6.1
1 parent 51a2a3d commit 88a7af4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cloaks/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<LineBreak />
6060
• Update to Terms of Use
6161
<LineBreak />
62-
• Current version is v.1.4.6
62+
• Current version is v.1.4.6.1
6363
</TextBlock>
6464
</Grid>
6565
</Border>
@@ -137,7 +137,7 @@
137137
</Grid>
138138
</Button>
139139

140-
<Label Content="Cloaks+ v.1.4.6" Style="{StaticResource navVersion}" Margin="3, 0, 0, 3" Width="124" VerticalAlignment="Bottom"/>
140+
<Label Content="Cloaks+ v.1.4.6.1" Style="{StaticResource navVersion}" Margin="3, 0, 0, 3" Width="124" VerticalAlignment="Bottom"/>
141141
</Grid>
142142
</Border>
143143
</Grid>

Cloaks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
)]
2020

2121

22-
[assembly: AssemblyVersion("1.4.6.0")]
23-
[assembly: AssemblyFileVersion("1.4.6.0")]
22+
[assembly: AssemblyVersion("1.4.6.1")]
23+
[assembly: AssemblyFileVersion("1.4.6.1")]

Cloaks/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
4-
<assemblyIdentity version="1.4.6.0" name="Cloaks.app"/>
4+
<assemblyIdentity version="1.4.6.1" name="Cloaks.app"/>
55
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
66
<security>
77
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

0 commit comments

Comments
 (0)