Skip to content

Commit

Permalink
remove version field
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 authored Apr 22, 2024
1 parent edf51c1 commit 6a9bed0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/serialization/sb3.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ const serialize = function (runtime, targetId, {allowOptimization = true} = {})
const platform = Object.create(null);
platform.name = 'TurboWarp';
platform.url = 'https://turbowarp.org/';
platform.version = 'stable'; // Can be changed on staging?
meta.platform = platform;

// Assemble payload and return
Expand Down

0 comments on commit 6a9bed0

Please sign in to comment.