Skip to content

Commit

Permalink
Updated Harlowe to 3.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
webbedspace committed Jun 30, 2023
1 parent 9839c7a commit 85bc6ef
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 85bc6ef

Please sign in to comment.