Skip to content

Commit f68735c

Browse files
committed
1.0.13
1 parent 3afac6b commit f68735c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/1.x/ByteBeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* [email protected].12, license MIT */
1+
/* [email protected].13, license MIT */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
44
typeof define === 'function' && define.amd ? define(factory) :

dist/1.x/ByteBeat.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* [email protected].12, license MIT */
1+
/* [email protected].13, license MIT */
22
class WrappingStack {
33
constructor(stackSize = 256) {
44
let sp = 0;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bytebeat.js",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "a bytebeat library",
55
"module": "src/ByteBeatNode.js",
66
"scripts": {

0 commit comments

Comments
 (0)