diff --git a/README.md b/README.md
index f60d36a..810a94d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Set battery charge limit for MacBooks.
## Description
-This app modifies a parameter called `BCLM` (presumably "Battery Charge Level Max") in the SMC which limits the charge of the battery to a set value.
+This app modifies a parameter called `BCLM` (presumably "Battery Charge Level Max") in the SMC which limits the charge of the battery to a set value. It also modifies a parameter called `BFCL` ("Battery Final Charge Level") which controls the MagSafe LED indicator light to display the correct status.
The source code can be viewed by opening `src/Charge Limiter.app` in Apple's Script Editor. It is written in Javascript Application Scripting (or JXA).
diff --git a/src/Charge Limiter.app/Contents/Info.plist b/src/Charge Limiter.app/Contents/Info.plist
index 2693234..b79ea28 100644
--- a/src/Charge Limiter.app/Contents/Info.plist
+++ b/src/Charge Limiter.app/Contents/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.21
+ 1.3
CFBundleSignature
aplt
LSMinimumSystemVersionByArchitecture
@@ -56,7 +56,7 @@
bundleDividerCollapsed
bundlePositionOfDivider
- 1031
+ 1025
dividerCollapsed
eventLogLevel
@@ -66,7 +66,7 @@
positionOfDivider
468
savedFrame
- 419 285 1280 693 0 0 1920 1177
+ 349 286 1274 693 0 0 1920 1177
selectedTab
log
diff --git a/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt b/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt
index 54126fe..cdb1e00 100644
Binary files a/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt and b/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt differ