diff --git a/BookmarkManager.csproj b/BookmarkManager.csproj
index 7f050a1..c8c1c61 100644
--- a/BookmarkManager.csproj
+++ b/BookmarkManager.csproj
@@ -14,7 +14,7 @@
Ray Lam
1.0.0.0
1.0.0.0
- 0.6.2.092
+ 0.6.3.048
bukkubuddy
True
8.0
diff --git a/MainForm.cs b/MainForm.cs
index cdd7796..3c180b3 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -6,7 +6,6 @@ using System.Drawing.Imaging;
using System.IO;
using System.IO.Compression;
using System.Linq;
-using System.Reflection;
using System.Threading.Tasks;
using System.Windows.Forms;
using BookmarkManager;
diff --git a/Windows/Forms/BookmarkTreeView.cs b/Windows/Forms/BookmarkTreeView.cs
index e299a1a..c1f4955 100644
--- a/Windows/Forms/BookmarkTreeView.cs
+++ b/Windows/Forms/BookmarkTreeView.cs
@@ -3,12 +3,9 @@ using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
-using System.Reflection;
-using System.Threading.Tasks;
using System.Windows.Forms;
using bzit.bomg.Models;
using FizzyLauncher;
-using static System.Windows.Forms.VisualStyles.VisualStyleElement;
using Resources = BookmarkManager.AppResource;
namespace RyzStudio.Windows.Forms
diff --git a/build-installer.iss b/build-installer.iss
index 341125e..058679e 100644
--- a/build-installer.iss
+++ b/build-installer.iss
@@ -2,13 +2,13 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "BukkuBuddy Bookmark Manager"
-#define MyAppVersion "0.6.2.092"
+#define MyAppVersion "0.6.3.048"
#define MyAppPublisher "Hi, I'm Ray"
-#define MyAppURL "https://www.hiimray.co.uk/software-bookmark-manager"
+#define MyAppURL "https://www.hiimray.co.uk/software-bukkubuddy-bookmark-manager"
#define MyAppExeName "bukkubuddy.exe"
-#define AppSourcePath "L:\gitea-hiimray\bookmark-manager-r4\bin"
-#define AppReleasePath "L:\gitea-hiimray\bookmark-manager-r4\bin"
+#define AppSourcePath "L:\gitea-hiimray\bukkubuddy-bookmark-manager\bin"
+#define AppReleasePath "L:\gitea-hiimray\bukkubuddy-bookmark-manager\bin"
#define AppReleaseName "bukkubuddy-installer"
[Setup]