8000 Rebuild · protobufjs/bytebuffer.js@f3f310b · GitHub
[go: up one dir, main page]

Skip to content

Commit f3f310b

Browse files
committed
Rebuild
1 parent 3f28521 commit f3f310b

8 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bytebuffer",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"author": "Daniel Wirtz <dcode@dcode.io>",
55
"description": "A full-featured ByteBuffer implementation using typed arrays.",
66
"main": "dist/bytebuffer.js",

dist/bytebuffer-dataview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
* @const
125125
* @expose
126126
*/
127-
ByteBuffer.VERSION = "5.0.0";
127+
ByteBuffer.VERSION = "5.0.1";
128128

129129
/**
130130
* Little endian constant that can be used instead of its boolean value. Evaluates to `true`.

dist/bytebuffer-dataview.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bytebuffer-dataview.min.js.gz

0 Bytes
Binary file not shown.

dist/bytebuffer-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = (function() {
110110
* @const
111111
* @expose
112112
*/
113-
ByteBuffer.VERSION = "5.0.0";
113+
ByteBuffer.VERSION = "5.0.1";
114114

115115
/**
116116
* Little endian constant that can be used instead of its boolean value. Evaluates to `true`.

dist/bytebuffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
* @const
125125
* @expose
126126
*/
127-
ByteBuffer.VERSION = "5.0.0";
127+
ByteBuffer.VERSION = "5.0.1";
128128

129129
/**
130130
* Little endian constant that can be used instead of its boolean value. Evaluates to `true`.

dist/bytebuffer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bytebuffer.min.js.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0