Skip to content

Commit

Permalink
v5.3.2 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
austinksmith committed Jul 12, 2021
1 parent cf925be commit 3932076
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/hamsters.node.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/hamsters.node.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/hamsters.web.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/hamsters.web.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Austin K Smith",
"description": "100% Vanilla Javascript Multithreading & Parallel Execution Library",
"homepage": "http://www.hamsters.io/",
"version": "5.3.1",
"version": "5.3.2",
"main": "build/hamsters.node.min.js",
"scripts": {
"build": "rm -rf ./build && webpack --config ./hamsters.webpack.config.js && npm run copy-common",
Expand Down
2 changes: 1 addition & 1 deletion src/core/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

const majorVersion = 5;
const minorVersion = 3;
const patchVersion = 1;
const patchVersion = 2;
const hamstersVersion = `${majorVersion}.${minorVersion}.${patchVersion}`;

if(typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
Expand Down

0 comments on commit 3932076

Please sign in to comment.