Skip to content

Commit 98482b2

Browse files
committed
fix auto update url (https) and bump version
1 parent 93dc368 commit 98482b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
*/
1616

1717
module.exports = {
18-
UPDATE_FEED_URL: 'http://roman-update-service.appspot.com/s/check_updates'
18+
UPDATE_FEED_URL: 'https://roman-update-service.appspot.com/s/check_updates'
1919
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"appDisplayName": "Material Colors",
44
"productName": "Material Colors",
55
"appBundleId": "net.nurik.roman.materialcolors",
6-
"version": "2.0.0",
6+
"version": "2.0.1",
77
"description": "A quick color palette for material design colors.",
88
"main": "main.js",
99
"author": "Roman Nurik",

0 commit comments

Comments
 (0)