Skip to content

Commit

Permalink
build: 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Apr 17, 2022
1 parent 58e50bb commit cfbe7f3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The JS Mate Poe script has also been heavily optimized using [Google Closure Com

| Encoding | Size |
| -------- | ---- |
| None | 96,666 Bytes |
| Gzip | 54,115 Bytes |
| Brotli | 52,452 Bytes |
| None | 96,514 Bytes |
| Gzip | 53,592 Bytes |
| Brotli | 52,227 Bytes |

The [latest release](https://github.com/Blobfolio/js-mate-poe/releases/latest) contains all of the main animation sequences, including complex multi-sprite interactions such as alien encounters and multimedia experiences such as sneezing and bleating. Poe can also be dragged around the screen using your mouse (if you're *that* kind of person!).

Expand Down
6 changes: 3 additions & 3 deletions dist/demo/assets/demo.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 dist/demo/assets/director.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/demo/assets/director.min.js

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

4 changes: 2 additions & 2 deletions dist/js-mate-poe.min.js

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
@@ -1,6 +1,6 @@
{
"name": "js-mate-poe",
"version": "1.3.4",
"version": "1.3.5",
"description": "A Javascript recreation of the beloved 16-bit screen mate Poe program.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/js/core/def.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const LogMsg = {
WarnAudio: 'Hint: try clicking Poe with your mouse.',
Name: 'JS Mate Poe',
URL: 'https://github.com/Blobfolio/js-mate-poe/',
Version: '1.3.4',
Version: '1.3.5',
};

/**
Expand Down
2 changes: 1 addition & 1 deletion src/skel/header.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* JS Mate Poe
*
* @version 1.3.4
* @version 1.3.5
* @see {https://github.com/Blobfolio/js-mate-poe}
*/

0 comments on commit cfbe7f3

Please sign in to comment.