Skip to content

Commit afb5f0f

Browse files
committed
Release
1 parent 7d0d45f commit afb5f0f

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

MainWindow.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
BorderBrush="#B8114EAF" />
8989
</DockPanel>
9090
</ribbon:RibbonApplicationMenu.FooterPaneContent>
91-
9291
</ribbon:RibbonApplicationMenu>
9392
</ribbon:Ribbon.ApplicationMenu>
9493
<ribbon:RibbonTab x:Name="HomeTab" Header="Home" KeyTip="H">

My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ Imports System.Windows
5555
' by using the '*' as shown below:
5656
' <Assembly: AssemblyVersion("1.0.*")>
5757

58-
<Assembly: AssemblyVersion("1.2.2.0")>
59-
<Assembly: AssemblyFileVersion("1.2.2.0")>
58+
<Assembly: AssemblyVersion("1.3.0.0")>
59+
<Assembly: AssemblyFileVersion("1.3.0.0")>

TranslatorLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.2.0")]
35-
[assembly: AssemblyFileVersion("1.2.2.0")]
34+
[assembly: AssemblyVersion("1.3.0.0")]
35+
[assembly: AssemblyFileVersion("1.3.0.0")]

0 commit comments

Comments
 (0)