Skip to content

Commit

Permalink
v8.1.3: update sockdrive
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Jun 10, 2024
1 parent 2fea39c commit 704d465
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.2",
"version": "8.1.3",
"description": "Emulators (dos) with standartized API",
"main": "dist/emulators.js",
"types": "dist/types/emulators.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
// gulpfile.ts/wasm.ts --> generateBuildInfo

export const Build = {
version: "8.1.1 (36b6b26a9770ee7fa11709a0ea7e51ad)",
buildSeed: 1716463863033,
version: "8.1.2 (e35844d643e26a3b173b517de55a7d58)",
buildSeed: 1718002958772,
"wdosbox-x.wasm": {
"size": 6528037,
"size": 6528408,
"gzSize": 0
},
"wdosbox-x.js": {
Expand Down

0 comments on commit 704d465

Please sign in to comment.