Skip to content

Commit 215f639

Browse files
authored
3.2.0
Dev
2 parents 46da8c8 + 76e0e9d commit 215f639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const body = document.body,
6868

6969

7070
// version
71-
const version = '3.0.2';
71+
const version = '3.2.0';
7272
versionEl.innerText = version;
7373

7474
let logVersion = () => {

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v534';
7+
const WORKER_NAME = 'codeit-worker-v535';
88

99

1010
// internal paths

0 commit comments

Comments
 (0)