Skip to content

Commit 1752fe7

Browse files
authored
Merge pull request #1441 from webbedspace/develop
Updated Harlowe to 3.3.7
2 parents 72ab731 + 2546718 commit 1752fe7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

public/story-formats/harlowe-3.3.6/format.js renamed to public/story-formats/harlowe-3.3.7/format.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/store/prefs/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const defaults = (): PrefsState => ({
2525
},
2626
storyFormat: {
2727
name: 'Harlowe',
28-
version: '3.3.6'
28+
version: '3.3.7'
2929
},
3030
storyFormatListFilter: 'current',
3131
storyListSort: 'name',

src/store/story-formats/defaults.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export const builtins = () => [
1616
},
1717
{
1818
name: 'Harlowe',
19-
url: 'story-formats/harlowe-3.3.6/format.js',
20-
version: '3.3.6'
19+
url: 'story-formats/harlowe-3.3.7/format.js',
20+
version: '3.3.7'
2121
},
2222
{
2323
name: 'Paperthin',

0 commit comments

Comments
 (0)