Skip to content

Commit

Permalink
Updated SugarCube version to 2.37.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greatsquare0 committed Oct 30, 2024
1 parent 46d4e19 commit 9c21afe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __tests__/run_tweego.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('Run Tweego', () => {
{
name: 'StoryData.twee',
content:
':: StoryData\n{\n"ifid": "D674C58C-DEFA-4F70-B7A2-27742230C0FC",\n"format": "SugarCube",\n"format-version": "2.30.0"\n}',
':: StoryData\n{\n"ifid": "D674C58C-DEFA-4F70-B7A2-27742230C0FC",\n"format": "SugarCube",\n"format-version": "2.37.3"\n}',
},
{
name: 'Start.twee',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweenode",
"version": "0.2.3",
"version": "0.2.5",
"description": "A neat JS wrapper for Tweego",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/handle_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ export const defaultConfig: Partial<TweenodeConfig> = {
formats: [
{
name: 'sugarcube-2',
version: '2.37.0',
version: '2.37.3',
local: false,
src: 'https://github.com/tmedwards/sugarcube-2/releases/download/v2.37.0/sugarcube-2.37.0-for-twine-2.1-local.zip',
src: 'https://www.motoslave.net/sugarcube/download.php/2/sugarcube-2.37.3-for-twine-2.1-local.zip',
createFolder: false,
},
{
Expand Down

0 comments on commit 9c21afe

Please sign in to comment.