Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit c3b7321

Browse files
author
Matthew Tole
committed
Update to version 5.1
1 parent 92e4ee6 commit c3b7321

File tree

19 files changed

+26
-26
lines changed

19 files changed

+26
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Hearts Banner](https://raw.githubusercontent.com/smallstoneapps/hearts/master/store/5.0/banner_chalk_01.png)
22

3-
[![Tests Status](https://img.shields.io/travis/smallstoneapps/hearts.svg?style=flat-square&label=tests)][travis] [![Version 5.0](https://img.shields.io/badge/version-5.0-blue.svg?style=flat-square)][appstore]
3+
[![Tests Status](https://img.shields.io/travis/smallstoneapps/hearts.svg?style=flat-square&label=tests)][travis] [![Version 5.1](https://img.shields.io/badge/version-5.1-blue.svg?style=flat-square)][appstore]
44

55

66
Keep track of how much people are loving your apps on the Pebble appstore with
@@ -18,4 +18,4 @@ this app.
1818

1919
[appstore]: https://apps.getpebble.com/applications/530be07a7cd17c954e000049
2020
[travis]: https://travis-ci.org/smallstoneapps/hearts/
21-
[download-pbw]: https://github.com/smallstoneapps/hearts/releases/download/v5.0/hearts.pbw
21+
[download-pbw]: https://github.com/smallstoneapps/hearts/releases/download/v5.1/hearts.pbw

appinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targetPlatforms": ["aplite", "basalt", "chalk"],
77
"sdkVersion": "3",
88
"versionCode": 1,
9-
"versionLabel": "5.0",
9+
"versionLabel": "5.1",
1010
"watchapp": {
1111
"watchface": false
1212
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hearts-pebble",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Hearts app for the Pebble smartwatch",
55
"private": true,
66
"main": "src/js/src/main.js",
@@ -32,6 +32,6 @@
3232
"message-queue-pebble": "^1.0.0",
3333
"sprintf-js": "^1.0.3",
3434
"store": "^1.3.17",
35-
"superagent": "^1.4.0"
35+
"superagent": "^1.v5.1"
3636
}
3737
}

resources/raw/selection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{
2929
"icon": {
3030
"paths": [
31-
"M880.077 212.48c-85.606-78.541-224.41-78.541-310.016 0l-58.061 53.35-58.112-53.35c-85.606-78.541-224.358-78.541-309.965 0-96.307 88.422-96.307 231.629 0 320.051l368.077 337.869 368.077-337.869c96.307-88.371 96.307-231.629 0-320.051zM825.6 480l-313.6 292.557-313.549-292.557c-31.642-28.979-43.878-67.174-43.878-107.52 0-40.243 7.066-73.318 38.707-102.349 27.904-25.651 65.434-39.731 105.574-39.731 40.192 0 77.722 24.371 105.626 50.022l107.52 93.491 107.52-93.491c27.904-25.651 65.382-50.022 105.574-50.022s77.722 14.080 105.677 39.731c31.59 29.030 38.605 62.106 38.707 102.349 0 40.294-12.288 78.541-43.878 107.52z"
31+
"M880.077 212.48c-85.606-78.541-224.41-78.541-310.016 0l-58.061 53.35-58.112-53.35c-85.606-78.541-224.358-78.541-309.965 0-96.307 88.422-96.307 231.629 0 320.051l368.077 337.869 368.077-337.869c96.307-88.371 96.307-231.629 0-320.051zM825.6 480l-313.6 292.557-313.549-292.557c-31.642-28.979-43.878-67.174-43.878-107.52 0-40.243 7.066-73.318 38.707-102.349 27.904-25.651 65.434-39.731 105.574-39.731 40.192 0 77.722 24.371 105.626 50.022l107.52 93.491 107.52-93.491c27.904-25.651 65.382-50.022 105.574-50.022s77.722 1v5.180 105.677 39.731c31.59 29.030 38.605 62.106 38.707 102.349 0 40.294-12.288 78.541-43.878 107.52z"
3232
],
3333
"tags": [
3434
"heart",

src/app-info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Hearts Pebble App v5.0
3+
Hearts Pebble App v5.1
44
55
----------------------
66

src/generated/appinfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Hearts Pebble App v5.0
3+
Hearts Pebble App v5.1
44
55
----------------------
66
@@ -35,7 +35,7 @@ src/generated/appinfo.h
3535

3636
#pragma once
3737

38-
#define VERSION_LABEL "5.0"
38+
#define VERSION_LABEL "5.1"
3939
#define UUID "bcdef00a-b309-485d-b82f-341307693c73"
4040
#define APP_KEY_DATA 2
4141
#define APP_KEY_OPERATION 1

src/js/pebble-js-app.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ module.exports = function(arr, fn, initial){
17381738
},{}],6:[function(require,module,exports){
17391739
/*
17401740
1741-
Hearts Pebble App v5.0
1741+
Hearts Pebble App v5.1
17421742
17431743
----------------------
17441744
@@ -1781,7 +1781,7 @@ module.exports = {
17811781
"targetPlatforms": ["aplite", "basalt", "chalk"],
17821782
"sdkVersion": "3",
17831783
"versionCode": 1,
1784-
"versionLabel": "5.0",
1784+
"versionLabel": "5.1",
17851785
"watchapp": {
17861786
"watchface": false
17871787
},
@@ -1813,7 +1813,7 @@ module.exports = {
18131813
},{}],7:[function(require,module,exports){
18141814
/*
18151815
1816-
Hearts Pebble App v5.0
1816+
Hearts Pebble App v5.1
18171817
18181818
----------------------
18191819
@@ -1855,7 +1855,7 @@ if (!window.location) {
18551855
},{}],8:[function(require,module,exports){
18561856
/*
18571857
1858-
Hearts Pebble App v5.0
1858+
Hearts Pebble App v5.1
18591859
18601860
----------------------
18611861

src/js/src/generated/appinfo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Hearts Pebble App v5.0
3+
Hearts Pebble App v5.1
44
55
----------------------
66
@@ -43,7 +43,7 @@ module.exports = {
4343
"targetPlatforms": ["aplite", "basalt", "chalk"],
4444
"sdkVersion": "3",
4545
"versionCode": 1,
46-
"versionLabel": "5.0",
46+
"versionLabel": "5.1",
4747
"watchapp": {
4848
"watchface": false
4949
},

src/js/src/hacks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Hearts Pebble App v5.0
3+
Hearts Pebble App v5.1
44
55
----------------------
66

src/js/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Hearts Pebble App v5.0
3+
Hearts Pebble App v5.1
44
55
----------------------
66

0 commit comments

Comments
 (0)