Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 14, 2017
1 parent 819e28c commit 7d9737b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Deploy/Installer/Installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "LightBulb"
#define MyAppVersion "1.6.3.2"
#define MyAppVersion "1.6.3.3"
#define MyAppPublisher "Alexey 'Tyrrrz' Golub"
#define MyAppURL "http://www.tyrrrz.me/projects/?id=lb"

Expand Down
4 changes: 2 additions & 2 deletions LightBulb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
[assembly: AssemblyVersion("1.6.*")]
[assembly: AssemblyFileVersion("1.6")]
[assembly: AssemblyVersion("1.6.3.3")]
[assembly: AssemblyFileVersion("1.6.3.3")]
4 changes: 2 additions & 2 deletions LightBulb/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
FontWeight="Medium"
Foreground="{DynamicResource PrimaryInverseTextBrush}"
Text="LightBulb" />
<Run Text="v" /><Run Text="{Binding Version.Major, Mode=OneWay}" /><Run Text="." /><Run Text="{Binding Version.Minor, Mode=OneWay}" />
<Run Text="v" /><Run Text="{Binding Version, Mode=OneWay}" />
</TextBlock>

<!-- Version updates -->
Expand Down Expand Up @@ -242,7 +242,7 @@

<!-- Status bar -->
<StackPanel Grid.Row="2"
Background="{DynamicResource PrimaryHueDarkBrush}"
Background="{DynamicResource PrimaryHueMidBrush}"
Orientation="Vertical"
TextElement.Foreground="{DynamicResource SecondaryInverseTextBrush}">
<!-- Cycle position -->
Expand Down

0 comments on commit 7d9737b

Please sign in to comment.