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">