Skip to content

Commit

Permalink
v8.3.2: improved read cache of sockdrive
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Oct 24, 2024
1 parent 0e58945 commit c8b5a62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion native/sockdrive
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emulators",
"version": "8.3.1",
"version": "8.3.2",
"description": "Emulators (dos) with standartized API",
"main": "dist/emulators.js",
"types": "dist/types/emulators.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
// gulpfile.ts/wasm.ts --> generateBuildInfo

export const Build = {
version: "8.3.0 (c9c7a9bcadf2953a525750e3b8d347e0)",
buildSeed: 1729587869354,
version: "8.3.1 (11bb0cc675c32e2663ad4b09432a0ba6)",
buildSeed: 1729761772693,
"wdosbox-x.wasm": {
"size": 6316939,
"size": 6294390,
"gzSize": 0
},
"wdosbox-x.js": {
"size": 225479,
"gzSize": 0
},
"wdosbox.wasm": {
"size": 1502217,
"size": 1479835,
"gzSize": 0
},
"wdosbox.js": {
Expand Down

0 comments on commit c8b5a62

Please sign in to comment.