Skip to content

Commit

Permalink
Merge pull request #1406 from webbedspace/develop
Browse files Browse the repository at this point in the history
Updated Harlowe to 3.3.6.
  • Loading branch information
klembot committed Jul 4, 2023
2 parents 9839c7a + 85bc6ef commit acf6d5f
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.5/format.js

This file was deleted.

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

0 comments on commit acf6d5f

Please sign in to comment.