Skip to content

Commit

Permalink
publish: 6.22.58
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Dec 19, 2019
1 parent d9155f5 commit 0329a66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dist/docs/api/js-dos-ts/js-dos-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ gulpfile.js --> generateBuildInfo
```
export const Build = {
version: "6.22.57 (22f3ad65c578c834426fbc89c5e54f37)",
jsVersion: "8d4dbc618fe8cfcd3a672971d932ca651c69b31e",
version: "6.22.58 (a9107df98f77fd4ca7bd4992c74fdff7)",
jsVersion: "d9155f5d1924730bf09ec6ff9d05d8c72a3740d2",
wasmJsSize: 189747,
wasmVersion: "71fe9ff4a95b096864d85d8faad0ec21",
wasmSize: 1809263,
jsSize: 6656119,
buildSeed: 1576773968020,
buildSeed: 1576774001420,
};
Expand Down
6 changes: 3 additions & 3 deletions js-dos-ts/js-dos-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
// gulpfile.js --> generateBuildInfo

export const Build = {
version: "6.22.57 (22f3ad65c578c834426fbc89c5e54f37)",
jsVersion: "8d4dbc618fe8cfcd3a672971d932ca651c69b31e",
version: "6.22.58 (a9107df98f77fd4ca7bd4992c74fdff7)",
jsVersion: "d9155f5d1924730bf09ec6ff9d05d8c72a3740d2",
wasmJsSize: 189747,
wasmVersion: "71fe9ff4a95b096864d85d8faad0ec21",
wasmSize: 1809263,
jsSize: 6656119,
buildSeed: 1576773968020,
buildSeed: 1576774001420,
};
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.57",
"version": "6.22.58",
"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 0329a66

Please sign in to comment.