Skip to content

Commit 4605a70

Browse files
committed
version bump mlb
1 parent bf4d39c commit 4605a70

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dist/MLB.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__) => {
3636

3737

3838

39-
const scriptVersion = 2;
39+
const scriptVersion = 3;
4040
const sourceRepo = "evandcoleman/scriptable";
4141
const scriptName = "MLB";
4242

@@ -136,7 +136,7 @@ async function createExpandedWidget() {
136136
inningStack.centerAlignContent();
137137

138138
if (isPlaying) {
139-
inningStack.addSpacer();
139+
inningStack.addSpacer(12);
140140
const arrowText = inningStack.addText(game.linescore.isTopInning ? '▲' : '▼');
141141
arrowText.font = Font.regularSystemFont(10);
142142
arrowText.textColor = Color.lightGray();
@@ -147,7 +147,6 @@ async function createExpandedWidget() {
147147

148148
const basesStack = statusStack.addStack();
149149
basesStack.layoutHorizontally();
150-
basesStack.addSpacer();
151150
const bases = getBasesImage(game);
152151
const basesWidgetImage = basesStack.addImage(bases);
153152
basesWidgetImage.rightAlignImage();

src/MLB.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const LAYOUT = "expanded";
2525
import Cache from './lib/cache';
2626
import Updater from './lib/updater';
2727

28-
const scriptVersion = 2;
28+
const scriptVersion = 3;
2929
const sourceRepo = "evandcoleman/scriptable";
3030
const scriptName = "MLB";
3131

0 commit comments

Comments
 (0)