Skip to content

Commit

Permalink
Bump version to 5.3.183 (#6032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau authored Dec 7, 2023
1 parent f4f9256 commit 315b738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GDJS/Runtime/ResourceLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ namespace gdjs {
await processAndRetryIfNeededWithPromisePool(
[...sceneResources.values()],
this._isLoadingInForeground
? maxForegroundConcurrency
? maxForegroundConcurrency
: maxBackgroundConcurrency,
maxAttempt,
async (resourceName) => {
Expand Down
2 changes: 1 addition & 1 deletion newIDE/electron-app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gdevelop",
"productName": "GDevelop 5",
"description": "GDevelop 5 IDE - the open-source, cross-platform game engine designed for everyone",
"version": "5.3.182",
"version": "5.3.183",
"author": "GDevelop Team <[email protected]>",
"license": "MIT",
"homepage": "https://gdevelop.io",
Expand Down

0 comments on commit 315b738

Please sign in to comment.