Skip to content

Commit

Permalink
Upgrade to 2.1.1. compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Eisen committed May 12, 2014
1 parent 28581e9 commit 079c60c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

# Ignore build generated files
build

.lock-waf_darwin_build
8 changes: 0 additions & 8 deletions .lock-waf_darwin_build

This file was deleted.

2 changes: 1 addition & 1 deletion appinfo.black.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"longName": "Bold Hour - Black",
"companyName": "Jon Eisen",
"versionCode": 2,
"versionLabel": "1.3.0",
"versionLabel": "1.3.1",
"watchapp": {
"watchface": true
},
Expand Down
2 changes: 1 addition & 1 deletion appinfo.json
2 changes: 1 addition & 1 deletion appinfo.white.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"longName": "Bold Hour - White",
"companyName": "Jon Eisen",
"versionCode": 2,
"versionLabel": "1.3.0",
"versionLabel": "1.3.1",
"watchapp": {
"watchface": true
},
Expand Down
2 changes: 1 addition & 1 deletion src/bold-hour.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <pebble.h>

// -- build configuration --
#define WHITE_TEXT
// #define WHITE_TEXT

// -- macros --
#define UNINITTED -1
Expand Down

0 comments on commit 079c60c

Please sign in to comment.