8000 6.0.0-exodus.1 · protobufjs/bytebuffer.js@62fa4ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 62fa4ea

Browse files
committed
6.0.0-exodus.1
1 parent ef50bce commit 62fa4ea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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": "6.0.0-exodus.0",
3+
"version": "6.0.0-exodus.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 = "6.0.0-exodus.0";
127+
ByteBuffer.VERSION = "6.0.0-exodus.1";
128128

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

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 = "6.0.0-exodus.0";
113+
ByteBuffer.VERSION = "6.0.0-exodus.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 = "6.0.0-exodus.0";
127+
ByteBuffer.VERSION = "6.0.0-exodus.1";
128128

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exodus/bytebuffer",
3-
"version": "6.0.0-exodus.0",
3+
"version": "6.0.0-exodus.1",
44
"author": "Daniel Wirtz <dcode@dcode.io>",
55
"description": "The swiss army knife for binary data in JavaScript.",
66
"main": "dist/bytebuffer-node.js",

0 commit comments

Comments
 (0)
0