We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dc368 commit 98482b2Copy full SHA for 98482b2
app/config.js
@@ -15,5 +15,5 @@
15
*/
16
17
module.exports = {
18
- UPDATE_FEED_URL: 'http://roman-update-service.appspot.com/s/check_updates'
+ UPDATE_FEED_URL: 'https://roman-update-service.appspot.com/s/check_updates'
19
};
package.json
@@ -3,7 +3,7 @@
3
"appDisplayName": "Material Colors",
4
"productName": "Material Colors",
5
"appBundleId": "net.nurik.roman.materialcolors",
6
- "version": "2.0.0",
+ "version": "2.0.1",
7
"description": "A quick color palette for material design colors.",
8
"main": "main.js",
9
"author": "Roman Nurik",
0 commit comments