From 4c18c50304ec51d44fe46c9441537aff1e9b96ac Mon Sep 17 00:00:00 2001 From: Notexe Date: Fri, 1 Dec 2023 14:01:10 +1000 Subject: [PATCH] [RPKG] v2.32.0 --- CMakeLists.txt | 2 +- rpkg-gui/Licenses.xaml | 2 +- rpkg-gui/MainWindow.xaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f68edf..81e06ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.22) -project(rpkg VERSION 2.30.0) +project(rpkg VERSION 2.32.0) include(FetchContent) # We need to set the defaults as setting the policy will not diff --git a/rpkg-gui/Licenses.xaml b/rpkg-gui/Licenses.xaml index b64ab8e..69d47be 100644 --- a/rpkg-gui/Licenses.xaml +++ b/rpkg-gui/Licenses.xaml @@ -8,6 +8,6 @@ mc:Ignorable="d" Loaded="Window_Loaded" Title="Licenses" Height="600" Width="600" SizeToContent="Width" WindowStartupLocation="CenterScreen"> - + diff --git a/rpkg-gui/MainWindow.xaml b/rpkg-gui/MainWindow.xaml index b9c1eff..26b7bb1 100644 --- a/rpkg-gui/MainWindow.xaml +++ b/rpkg-gui/MainWindow.xaml @@ -11,7 +11,7 @@ xmlns:local="clr-namespace:rpkg" mc:Ignorable="d" Loaded="Window_Loaded" - Title="RPKG v2.31.0" Height="800" Width="1280" WindowStartupLocation="CenterScreen" Name="RPKGMainWindow"> + Title="RPKG v2.32.0" Height="800" Width="1280" WindowStartupLocation="CenterScreen" Name="RPKGMainWindow">