Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePBone committed Oct 4, 2020
1 parent d42b603 commit 2e03c05
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Galaxy Buds Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyVersion("2.3.2.0")]
[assembly: AssemblyFileVersion("2.3.2.0")]
7 changes: 6 additions & 1 deletion Galaxy Buds Client/ui/CreditsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Border Grid.Row="0" CornerRadius="20" Style="{StaticResource BorderHoverStyle}">
<element:DetailListItem Text="{DynamicResource credits_translator}" TextDetail="@Florize (Korean, Japanese); @ArthurWolfhound (Russian, Ukrainian);&#10;@erenbektas (Turkish); @efrenbg1 and Andrew Gonza (Spanish)" Margin="20,0,20,0"/>
<Grid Margin="20,0,20,0">
<Label Content="{DynamicResource credits_translator}"
Foreground="{DynamicResource ForegroundTextBrush}" FontSize="16" Height="35" VerticalContentAlignment="Center" Margin="0,6,0,46" />
<Label Content="@Florize (Korean, Japanese); @ArthurWolfhound (Russian, Ukrainian);&#10;@erenbektas (Turkish); @efrenbg1 and Andrew Gonza (Spanish)"
Foreground="{DynamicResource SubtitleTextBrush}" FontSize="14" VerticalContentAlignment="Center" Margin="0,35,0,5"/>
</Grid>
</Border>
<Separator Grid.Row="1" Margin="20,0,20,0" Background="{DynamicResource BorderSeparatorBrush}"/>
<Border Grid.Row="2" CornerRadius="20" Style="{StaticResource BorderHoverStyle}">
Expand Down
2 changes: 1 addition & 1 deletion InstallerDefinition.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Galaxy Buds Manager (Unofficial)"
!define PRODUCT_VERSION "2.3.1"
!define PRODUCT_VERSION "2.3.2"
!define PRODUCT_PUBLISHER "ThePBone"
!define PRODUCT_WEB_SITE "https://github.com/ThePBone/GalaxyBudsClient"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Galaxy Buds Client.exe"
Expand Down
Binary file not shown.

0 comments on commit 2e03c05

Please sign in to comment.