diff --git a/Helpers/Constants.cs b/Helpers/Constants.cs
index db08f03..dd0f344 100644
--- a/Helpers/Constants.cs
+++ b/Helpers/Constants.cs
@@ -5,7 +5,7 @@ namespace ReceiptPDFBuilder.Helpers;
class Constants
{
- public static string AppVersion = "1.0.0";
+ public static string AppVersion = "1.1.0";
public static string[] GetQuotes()
{
diff --git a/ReceiptPDFBuilder.csproj b/ReceiptPDFBuilder.csproj
index 4b235cf..ad78343 100644
--- a/ReceiptPDFBuilder.csproj
+++ b/ReceiptPDFBuilder.csproj
@@ -12,7 +12,7 @@
true
true
ReceiptPDFBuilder
- 1.0.0
+ 1.1.0
ReceiptPDFBuilder-icon.ico
diff --git a/WindowsInstallerScript.iss b/WindowsInstallerScript.iss
index 290cea3..663fe7d 100644
--- a/WindowsInstallerScript.iss
+++ b/WindowsInstallerScript.iss
@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "Receipt PDF Builder"
-#define MyAppVersion "1.0.0"
+#define MyAppVersion "1.1.0"
#define MyAppPublisher "Quickity Quack Productions"
#define MyAppExeName "ReceiptPDFBuilder.exe"
diff --git a/app.manifest b/app.manifest
index a389cae..266eadf 100644
--- a/app.manifest
+++ b/app.manifest
@@ -3,7 +3,7 @@
-
+