Skip to content

Commit 25a9f51

Browse files
committed
Release new version.
1 parent 7c6aa90 commit 25a9f51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/SmartThermo/Dialogs/Views/AboutDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Grid>
1111
<ui:SimpleStackPanel Width="320" Spacing="16">
1212
<TextBlock Style="{DynamicResource TitleTextBlockStyle}">SmartThermo</TextBlock>
13-
<TextBlock>Версия прошивки - 0.4.0</TextBlock>
13+
<TextBlock>Версия прошивки - 0.4.1</TextBlock>
1414
<TextBlock TextWrapping="WrapWithOverflow">SmartThermo - это ПО для контроля, мониторинга и записи данных с датчиков температуры.</TextBlock>
1515
</ui:SimpleStackPanel>
1616
</Grid>

src/SmartThermo/SmartThermo.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<UseWPF>true</UseWPF>
77
<EnableNETAnalyzers>true</EnableNETAnalyzers>
88
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
9-
<AssemblyVersion>0.4.0.0</AssemblyVersion>
10-
<FileVersion>0.4.0.0</FileVersion>
11-
<Version>0.4.0</Version>
9+
<AssemblyVersion>0.4.1.0</AssemblyVersion>
10+
<FileVersion>0.4.1.0</FileVersion>
11+
<Version>0.4.1</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)