Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSpahr committed Jun 21, 2022
1 parent 41c3bc8 commit 5b1d869
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cupertino",
"author": "John Spahr",
"version": "1.2.0",
"version": "1.3.0",
"keywords": ["pebble-app"],
"private": true,
"dependencies": {},
Expand All @@ -11,7 +11,7 @@
"pkjs": "src/pkjs/index.js"
},
"displayName": "Cupertino",
"uuid": "dab37791-dab7-dab1-8d2f-e73f52743dab",
"uuid": "dab37791-dab7-dab1-8d2f-dabdabdabdab",
"projectType": "rocky",
"sdkVersion": "3",
"enableMultiJS": true,
Expand Down
2 changes: 1 addition & 1 deletion src/pkjs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = [{
{
"type": "color",
"messageKey": "hourColor",
"defaultValue": "0xAAAAAA",
"defaultValue": "0xFFFFFF",
"label": "Hour Hand"
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/rocky/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rocky.on('draw', function(event) {
var foregroundColor = 'white'
var orbColor = 'white'
var minuteColor = 'white'
var hourColor = 'lightgray'
var hourColor = 'white'
var showDate = true
var usDate = true
var showLogo = true
Expand Down

0 comments on commit 5b1d869

Please sign in to comment.