Skip to content

Commit

Permalink
1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 4, 2024
1 parent 3afac6b commit f68735c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/1.x/ByteBeat.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* [email protected].12, license MIT */
/* [email protected].13, license MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/1.x/ByteBeat.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* [email protected].12, license MIT */
/* [email protected].13, license MIT */
class WrappingStack {
constructor(stackSize = 256) {
let sp = 0;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytebeat.js",
"version": "1.0.12",
"version": "1.0.13",
"description": "a bytebeat library",
"module": "src/ByteBeatNode.js",
"scripts": {
Expand Down

0 comments on commit f68735c

Please sign in to comment.