Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
KilledByAPixel committed Nov 3, 2021
1 parent 7e31cb1 commit 503d8ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion engine/engine.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -3878,7 +3878,7 @@ gl_VERTEX_BYTE_STRIDE = 4 + (4 * 2) * 3 + (4) * 2; // float + vec2 * 3 + (char *
const engineName = 'LittleJS';

/** Version of engine */
const engineVersion = '1.1.8';
const engineVersion = '1.1.9';

/** Frames per second to update objects
* @default */
Expand Down
2 changes: 1 addition & 1 deletion engine/engine.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion engine/engine.all.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ const medalDisplayIconSize = 80;
const engineName = 'LittleJS';

/** Version of engine */
const engineVersion = '1.1.8';
const engineVersion = '1.1.9';

/** Frames per second to update objects
* @default */
Expand Down
2 changes: 1 addition & 1 deletion engine/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
const engineName = 'LittleJS';

/** Version of engine */
const engineVersion = '1.1.8';
const engineVersion = '1.1.9';

/** Frames per second to update objects
* @default */
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.1.8",
"version": "1.1.9",
"description": "LittleJS - Tiny and Fast HTML5 Game Engine",
"main": "engine/engine.all.js",
"repository": {
Expand Down

0 comments on commit 503d8ae

Please sign in to comment.