Skip to content

Commit

Permalink
Merge pull request klembot#1213 from webbedspace/develop
Browse files Browse the repository at this point in the history
Updated Harlowe to 3.3.2
  • Loading branch information
klembot authored Aug 27, 2022
2 parents 3774e1a + ef3af4a commit 4920897
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions public/story-formats/harlowe-3.3.1/format.js

This file was deleted.

4 changes: 4 additions & 0 deletions public/story-formats/harlowe-3.3.2/format.js

Large diffs are not rendered by default.

File renamed without changes
2 changes: 1 addition & 1 deletion src/store/prefs/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const defaults = (): PrefsState => ({
},
storyFormat: {
name: 'Harlowe',
version: '3.3.1'
version: '3.3.2'
},
storyFormatListFilter: 'current',
storyListSort: 'name',
Expand Down
4 changes: 2 additions & 2 deletions src/store/story-formats/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const builtins = () => [
},
{
name: 'Harlowe',
url: 'story-formats/harlowe-3.3.1/format.js',
version: '3.3.1'
url: 'story-formats/harlowe-3.3.2/format.js',
version: '3.3.2'
},
{
name: 'Paperthin',
Expand Down

0 comments on commit 4920897

Please sign in to comment.