diff --git a/Stats/Modules/CPU/CPU.swift b/Stats/Modules/CPU/CPU.swift
index 61d1dff0..8bcc2fb2 100644
--- a/Stats/Modules/CPU/CPU.swift
+++ b/Stats/Modules/CPU/CPU.swift
@@ -21,8 +21,6 @@ class CPU: Module {
init() {
self.active = Observable(defaults.object(forKey: name) != nil ? defaults.bool(forKey: name) : true)
self.view = loadViewFromNib()
-
-// self.view.frame = CGRect(x: 20, y: 0, width: self.view.frame.size.width, height: self.view.frame.size.height )
}
func start() {
diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist
index f9c08649..7d6a28c0 100755
--- a/Stats/Supporting Files/Info.plist
+++ b/Stats/Supporting Files/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.1
+ 1.0.0
CFBundleVersion
1
LSApplicationCategoryType
diff --git a/StatsLauncher/Info.plist b/StatsLauncher/Info.plist
index 05c8ee96..4fe434c6 100644
--- a/StatsLauncher/Info.plist
+++ b/StatsLauncher/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0
+ 1.0.0
CFBundleVersion
1
LSBackgroundOnly