Skip to content

Commit

Permalink
Merge pull request #1272 from klembot/develop
Browse files Browse the repository at this point in the history
2.5.1 release
  • Loading branch information
klembot authored Aug 28, 2022
2 parents 8b536f7 + 8c8f95c commit b7cf1dd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Twine",
"version": "2.5.0",
"version": "2.5.1",
"description": "a GUI for creating nonlinear stories",
"author": "Chris Klimas <[email protected]>",
"license": "GPL-3.0",
Expand Down

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.2'
version: '3.3.3'
},
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.2/format.js',
version: '3.3.2'
url: 'story-formats/harlowe-3.3.3/format.js',
version: '3.3.3'
},
{
name: 'Paperthin',
Expand Down

0 comments on commit b7cf1dd

Please sign in to comment.