Index: /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript
===================================================================
--- /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript	(revision 1090)
+++ /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript	(revision 1091)
@@ -7,4 +7,5 @@
 --	because that would be redundant of the Installer itself.
 -- History:
+--   1.3.0 - No code changes. Re-built in order to include AEInstaller2Updater 1.3.
 --   1.2.0 - No code changes. Re-built in order to include Run AE Installer 1.1.0, which had a change
 --           made to ensure Mono compatibility in 10.13.
Index: /AE/Setup/Mac/AE Setup/AE Setup/Info.plist
===================================================================
--- /AE/Setup/Mac/AE Setup/AE Setup/Info.plist	(revision 1090)
+++ /AE/Setup/Mac/AE Setup/AE Setup/Info.plist	(revision 1091)
@@ -18,9 +18,9 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.2.0</string>
+	<string>1.3.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>Setup 1.2.0</string>
+	<string>Setup 1.3.0</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
Index: /AE/Setup/Mac/AE Setup/AE Setup/main.m
===================================================================
--- /AE/Setup/Mac/AE Setup/AE Setup/main.m	(revision 1090)
+++ /AE/Setup/Mac/AE Setup/AE Setup/main.m	(revision 1091)
@@ -10,5 +10,6 @@
 #import <AppleScriptObjC/AppleScriptObjC.h>
 
-int main(int argc, const char * argv[]) {
+int main(int argc, const char * argv[])
+{
     [[NSBundle mainBundle] loadAppleScriptObjectiveCScripts];
     return NSApplicationMain(argc, argv);
