Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
markwylde committed Jun 30, 2023
1 parent f576dd2 commit 782e35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function createWorkerBox (options) {
}

if (options.serverUrl && options.appendVersion) {
options.serverUrl = options.serverUrl + '/v6.0.0/';
options.serverUrl = options.serverUrl + '/v6.1.1/';
}

options.serverUrl = options.serverUrl && (new URL(options.serverUrl)).href;
Expand Down

0 comments on commit 782e35d

Please sign in to comment.