diff --git a/CHANGELOG.md b/CHANGELOG.md index db7b91f..b92514b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +Version 2.3 +----------- + +* Fix hidiing zero balance accounts + Version 2.2 ----------- diff --git a/LICENSE b/LICENSE index e725e39..8410397 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2019 Alex Meng +Copyright (c) 2016-2022 Alex Meng Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/manifest.json b/manifest.json index ec5365e..40ed256 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Personal Capital Plus", "short_name": "PC Plus", "description": "Customize Personal Capital", - "version": "2.2", + "version": "2.3", "options_page": "options.html", "content_scripts": [{ "matches": ["*://home.personalcapital.com/*"],