diff --git a/gSwitch/AppDelegate.swift b/gSwitch/AppDelegate.swift
index 0fdf0ea..38edec2 100644
--- a/gSwitch/AppDelegate.swift
+++ b/gSwitch/AppDelegate.swift
@@ -7,7 +7,7 @@
//
/**
- gSwitch 1.8.6 (Experimental Build)
+ gSwitch 1.9.0
*/
import Cocoa
@@ -54,7 +54,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
UserDefaults.standard.register(defaults: [Constants.USE_LAST_STATE: true])
UserDefaults.standard.register(defaults: [Constants.SAVED_GPU_STATE: SwitcherMode.SetDynamic.rawValue])
-
+ /** Startup AutoLauncher */
LaunchAtLogin.isEnabled = (UserDefaults.standard.integer(forKey: Constants.LAUNCH_AT_LOGIN) == 1)
/** GPU Names are good */
diff --git a/gSwitch/Info.plist b/gSwitch/Info.plist
index 547ba30..2b4aed4 100644
--- a/gSwitch/Info.plist
+++ b/gSwitch/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.8.6-experimental
+ 1.9.0
CFBundleVersion
- 1.8.6-experimental
+ 1.9.0
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
@@ -40,7 +40,7 @@
NSUserNotificationAlertStyle
banner
SUFeedURL
- https://raw.githubusercontent.com/CodySchrank/gSwitch/experimental/appcast.xml
+ https://raw.githubusercontent.com/CodySchrank/gSwitch/master/appcast.xml
SUPublicDSAKeyFile
dsa_pub.pem
XPCService