diff --git a/ChangeLog.txt b/ChangeLog.txt
index 42ae659f..2e893d30 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,8 @@
+### v1.1.1
+
+Dev:
+- Security: Add data encryption when communicating with Kiwi's server.
+
### v1.1
New Objects:
diff --git a/Client/Source/KiwiApp.h b/Client/Source/KiwiApp.h
index bb69f461..433ade31 100644
--- a/Client/Source/KiwiApp.h
+++ b/Client/Source/KiwiApp.h
@@ -34,8 +34,8 @@
namespace ProjectInfo
{
const char* const projectName = "Kiwi";
- const char* const versionString = "v1.1";
- const int versionNumber = 0x110;
+ const char* const versionString = "v1.1.1";
+ const int versionNumber = 0x111;
}
namespace kiwi
diff --git a/Resources/Project/Xcode/Info.plist b/Resources/Project/Xcode/Info.plist
index d1702eef..bdfafff3 100755
--- a/Resources/Project/Xcode/Info.plist
+++ b/Resources/Project/Xcode/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.1
+ 1.1.1
CFBundleVersion
- 1.1
+ 1.1.1
NSHighResolutionCapable
NSHumanReadableCopyright
diff --git a/Scripts/setup-x64.iss b/Scripts/setup-x64.iss
index 6523caee..695a3e2a 100644
--- a/Scripts/setup-x64.iss
+++ b/Scripts/setup-x64.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Kiwi"
-#define MyAppVersion "v1.1"
+#define MyAppVersion "v1.1.1"
#define MyAppPublisher "CICM"
#define MyAppURL "https://github.com/Musicoll/Kiwi"
#define MyAppExeName "Kiwi.exe"