Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KilledByAPixel committed Jul 7, 2023
1 parent 49bdd87 commit d4f6813
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/littlejs.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4269,7 +4269,7 @@ const engineName = 'LittleJS';
* @type {String}
* @default
* @memberof Engine */
const engineVersion = '1.5.2';
const engineVersion = '1.6.0';

/** Frames per second to update objects
* @type {Number}
Expand Down
2 changes: 1 addition & 1 deletion build/littlejs.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/littlejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4269,7 +4269,7 @@ const engineName = 'LittleJS';
* @type {String}
* @default
* @memberof Engine */
const engineVersion = '1.5.2';
const engineVersion = '1.6.0';

/** Frames per second to update objects
* @type {Number}
Expand Down
2 changes: 1 addition & 1 deletion build/littlejs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/littlejs.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ const engineName = 'LittleJS';
* @type {String}
* @default
* @memberof Engine */
const engineVersion = '1.5.2';
const engineVersion = '1.6.0';

/** Frames per second to update objects
* @type {Number}
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": "littlejsengine",
"version": "1.5.2",
"version": "1.6.0",
"description": "LittleJS - Tiny and Fast HTML5 Game Engine",
"main": "engine/engine.all.module.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const engineName = 'LittleJS';
* @type {String}
* @default
* @memberof Engine */
const engineVersion = '1.5.2';
const engineVersion = '1.6.0';

/** Frames per second to update objects
* @type {Number}
Expand Down

0 comments on commit d4f6813

Please sign in to comment.