Skip to content

Commit

Permalink
Merge pull request #1381 from webbedspace/develop
Browse files Browse the repository at this point in the history
Updated Harlowe to 3.3.5.
  • Loading branch information
klembot authored Feb 26, 2023
2 parents 4f14a54 + be05a6c commit 3dd06ad
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 0 additions & 4 deletions public/story-formats/harlowe-3.3.4/format.js

This file was deleted.

4 changes: 4 additions & 0 deletions public/story-formats/harlowe-3.3.5/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.4'
version: '3.3.5'
},
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.4/format.js',
version: '3.3.4'
url: 'story-formats/harlowe-3.3.5/format.js',
version: '3.3.5'
},
{
name: 'Paperthin',
Expand Down

0 comments on commit 3dd06ad

Please sign in to comment.