@plumpslabs/fennec-cli 1.14.4 → 1.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2099,7 +2099,7 @@ function hexColor(color) {
|
|
|
2099
2099
|
}
|
|
2100
2100
|
var fennecOrange2 = hexColor("#FF6432");
|
|
2101
2101
|
var fennecGold = hexColor("#FFB347");
|
|
2102
|
-
var VERSION = "1.14.
|
|
2102
|
+
var VERSION = "1.14.5";
|
|
2103
2103
|
var cachedBanner = null;
|
|
2104
2104
|
var cachedCompact = null;
|
|
2105
2105
|
function generateBanner() {
|