Skip to content

Commit

Permalink
publish: 6.22.40
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Oct 31, 2019
1 parent a63bb8c commit db6a5da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.39 (ce0b4d29ae3d09b9d06353c4e59e5526)",
jsVersion: "0ac8d6ed5a2ccb8b40df4538ab5823b58c5edef4",
version: "6.22.40 (91667f47d30c4f4507f90bf32147479e)",
jsVersion: "a63bb8c59aed7c08bd7c4812df3d340640c230fc",
wasmJsSize: 199660,
wasmVersion: "ab1e5dfd0a5aa35a0ba806d5e2c8b3eb",
wasmSize: 1809135,
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gulp.task('generateBuildInfo', function() {
gulp.task('copyAssets', function () {
return gulp.src(['test/index.html', 'build/wdosbox.js', 'build/wdosbox.js.symbols',
'build/wdosbox-nosync.js', 'build/wdosbox-nosync.js.symbols',
'build-emterp/wdosbox-emterp.js', 'build-emterp/wdosbox-emterp.js.symobls',
'build-emterp/wdosbox-emterp.js', 'build-emterp/wdosbox-emterp.js.symbols',
'build/dosbox.js', 'build/dosbox.js.mem', 'build/dosbox.js.symbols',
'build-emterp/dosbox-emterp.js', 'build-emterp/dosbox-emterp.js.mem', 'build-emterp/dosbox-emterp.js.symbols',
'build/dosbox-nosync.js', 'build/dosbox-nosync.js.mem', 'build/dosbox-nosync.js.symbols',
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.39 (ce0b4d29ae3d09b9d06353c4e59e5526)",
jsVersion: "0ac8d6ed5a2ccb8b40df4538ab5823b58c5edef4",
version: "6.22.40 (91667f47d30c4f4507f90bf32147479e)",
jsVersion: "a63bb8c59aed7c08bd7c4812df3d340640c230fc",
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.39",
"version": "6.22.40",
"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 db6a5da

Please sign in to comment.