From b9e29bb5fef79f2c664ae5e0eb429b78ea9a9a1e Mon Sep 17 00:00:00 2001 From: dieghernan Date: Mon, 5 Mar 2018 16:09:58 +0100 Subject: [PATCH] v7.2 ready Add Donation Button --- package.json | 30 +++++++++++++++--------------- src/pkjs/config.js | 6 +++++- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 34f32ef..ce6d52c 100644 --- a/package.json +++ b/package.json @@ -56,15 +56,17 @@ { "characterRegex": "[a-z ' UV\u00f6\u00fc\u00e9\u00fb\u00ea\u016d \\-\u00e5\u00e4\u00f8]", "file": "fonts/Gotham Light.otf", - "name": "FONT_GLIGHT_22", + "name": "FONT_GLIGHT_30", "targetPlatforms": null, + "trackingAdjust": -2, "type": "font" }, { - "characterRegex": "[a-z .' A-Z 0-9 \u00e4\u00e1\u00e9\u00ed\u00f3\u00fa\u00f6\u00fc\u00fb\u00ea \u00e5\u00f8\u016d]", + "characterRegex": "[a-z ' UV\u00f6\u00fc\u00e9\u00fb\u00ea\u016d \\-\u00e5\u00e4\u00f8]", "file": "fonts/Gotham Light.otf", - "name": "FONT_GLIGHT_16", + "name": "FONT_GLIGHT_34", "targetPlatforms": null, + "trackingAdjust": -2, "type": "font" }, { @@ -76,33 +78,29 @@ "type": "font" }, { - "characterRegex": "[a-z ' UV\u00f6\u00fc\u00e9\u00fb\u00ea\u016d \\-\u00e5\u00e4\u00f8]", + "characterRegex": "[a-z .' A-Z 0-9 \u00e4\u00e1\u00e9\u00ed\u00f3\u00fa\u00f6\u00fc\u00fb\u00ea \u00e5\u00f8\u016d]", "file": "fonts/Gotham Light.otf", - "name": "FONT_GLIGHT_34", + "name": "FONT_GLIGHT_16", "targetPlatforms": null, - "trackingAdjust": -2, "type": "font" }, { "characterRegex": "[a-z ' UV\u00f6\u00fc\u00e9\u00fb\u00ea\u016d \\-\u00e5\u00e4\u00f8]", "file": "fonts/Gotham Light.otf", - "name": "FONT_GLIGHT_30", + "name": "FONT_GLIGHT_22", "targetPlatforms": null, - "trackingAdjust": -2, "type": "font" }, { - "characterRegex": "[a-z ' UV\u00f6\u00fc\u00e9\u00fb\u00ea\u016d \\-\u00e5\u00e4\u00f8]", "file": "fonts/Gotham Bold.otf", - "name": "FONT_GBOLD_22", + "name": "FONT_GBOLD_16", "targetPlatforms": null, - "trackingAdjust": -1, "type": "font" }, { "characterRegex": "[a-z ' UV\u00f6\u00fc\u00e9\u00fb\u00ea\u016d \\-\u00e5\u00e4\u00f8]", "file": "fonts/Gotham Bold.otf", - "name": "FONT_GBOLD_30", + "name": "FONT_GBOLD_39", "targetPlatforms": null, "trackingAdjust": -1, "type": "font" @@ -118,15 +116,17 @@ { "characterRegex": "[a-z ' UV\u00f6\u00fc\u00e9\u00fb\u00ea\u016d \\-\u00e5\u00e4\u00f8]", "file": "fonts/Gotham Bold.otf", - "name": "FONT_GBOLD_39", + "name": "FONT_GBOLD_30", "targetPlatforms": null, "trackingAdjust": -1, "type": "font" }, { + "characterRegex": "[a-z ' UV\u00f6\u00fc\u00e9\u00fb\u00ea\u016d \\-\u00e5\u00e4\u00f8]", "file": "fonts/Gotham Bold.otf", - "name": "FONT_GBOLD_16", + "name": "FONT_GBOLD_22", "targetPlatforms": null, + "trackingAdjust": -1, "type": "font" }, { @@ -150,5 +150,5 @@ "watchface": true } }, - "version": "7.1.0" + "version": "7.2.0" } diff --git a/src/pkjs/config.js b/src/pkjs/config.js index ba1bc94..8f77b2e 100644 --- a/src/pkjs/config.js +++ b/src/pkjs/config.js @@ -188,12 +188,16 @@ module.exports = [ }, { "type": "heading", - "defaultValue": "Version v7.1", + "defaultValue": "Version v7.2", "size":6 } , { "type": "heading", "defaultValue": "Made in Madrid, Spain", "size":6 + }, + { + "type": "text", + "defaultValue":"" } ]; \ No newline at end of file