Skip to content

Commit dce8f81

Browse files
committed
version increment
1 parent 1875618 commit dce8f81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CourseScheduler.Avalonia/CourseScheduler.Avalonia.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686
<CFBundleName>Course Scheduler</CFBundleName>
8787
<CFBundleDisplayName>CourseScheduler</CFBundleDisplayName>
8888
<CFBundleIdentifier>CourseScheduler.Avalonia</CFBundleIdentifier>
89-
<CFBundleVersion>3.1.1.0</CFBundleVersion>
89+
<CFBundleVersion>3.1.2.0</CFBundleVersion>
9090
<CFBundlePackageType>AAPL</CFBundlePackageType>
9191
<CFBundleSignature>????</CFBundleSignature>
9292
<CFBundleExecutable>CourseScheduler</CFBundleExecutable>
9393
<CFBundleIconFile>CourseScheduler.icns</CFBundleIconFile>
9494
<!-- Will be copied from output directory -->
9595
<NSPrincipalClass>NSApplication</NSPrincipalClass>
9696
<NSHighResolutionCapable>true</NSHighResolutionCapable>
97-
<CFBundleShortVersionString>3.1.1</CFBundleShortVersionString>
97+
<CFBundleShortVersionString>3.1.2</CFBundleShortVersionString>
9898
</PropertyGroup>
9999
</Project>

CourseScheduler.Avalonia/Views/AboutView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Viewbox Width="200" Height="200" Margin="0 20 0 0">
3232
<Image Source="/Assets/icon_large.png" />
3333
</Viewbox>
34-
<TextBlock Classes="Caption" HorizontalAlignment="Center" Text="Version: 3.1.0.1"/>
34+
<TextBlock Classes="Caption" HorizontalAlignment="Center" Text="Version: 3.1.2.0"/>
3535
</StackPanel>
3636
</Border>
3737
</UserControl>

0 commit comments

Comments
 (0)