Skip to content

Commit

Permalink
publish: 6.22.41
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Oct 31, 2019
1 parent db6a5da commit 45a6329
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/docs/api/js-dos-ts/js-dos-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ gulpfile.js --> generateBuildInfo
```
export const Build = {
version: "6.22.40 (91667f47d30c4f4507f90bf32147479e)",
jsVersion: "a63bb8c59aed7c08bd7c4812df3d340640c230fc",
version: "6.22.41 (223ebf2d1893cd5fc931149ada377642)",
jsVersion: "db6a5da9db93829c2265fc32fd61c38a84ff75d4",
wasmJsSize: 199660,
wasmVersion: "ab1e5dfd0a5aa35a0ba806d5e2c8b3eb",
wasmSize: 1809135,
Expand Down
4 changes: 2 additions & 2 deletions js-dos-ts/js-dos-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// gulpfile.js --> generateBuildInfo

export const Build = {
version: "6.22.40 (91667f47d30c4f4507f90bf32147479e)",
jsVersion: "a63bb8c59aed7c08bd7c4812df3d340640c230fc",
version: "6.22.41 (223ebf2d1893cd5fc931149ada377642)",
jsVersion: "db6a5da9db93829c2265fc32fd61c38a84ff75d4",
wasmJsSize: 199660,
wasmVersion: "ab1e5dfd0a5aa35a0ba806d5e2c8b3eb",
wasmSize: 1809135,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-dos",
"version": "6.22.40",
"version": "6.22.41",
"description": "Easiest API to run dos programs in browser",
"main": "dist/js-dos.js",
"types": "dist/typescript/js-dos.ts",
Expand Down

0 comments on commit 45a6329

Please sign in to comment.