Skip to content

Commit

Permalink
publish: 6.22.36
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Oct 26, 2019
1 parent e458350 commit 353e913
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.35 (dc8d7060101041cc301db7439f11875d)",
jsVersion: "7b366b9a57f8378f964f52feb00c107e837b1689",
version: "6.22.36 (ae0ccc95b30d8b671c0fd81d1997a695)",
jsVersion: "e458350f35a2c3a331959275d81894133a4cdcf5",
jsSize: 199660,
wasmVersion: "eb83536935802be3c617c911dfce7e28",
wasmSize: 1809140,
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.35 (dc8d7060101041cc301db7439f11875d)",
jsVersion: "7b366b9a57f8378f964f52feb00c107e837b1689",
version: "6.22.36 (ae0ccc95b30d8b671c0fd81d1997a695)",
jsVersion: "e458350f35a2c3a331959275d81894133a4cdcf5",
jsSize: 199660,
wasmVersion: "eb83536935802be3c617c911dfce7e28",
wasmSize: 1809140,
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.35",
"version": "6.22.36",
"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 353e913

Please sign in to comment.