Skip to content

Commit 3092648

Browse files
committed
More versioning
1 parent 59093e1 commit 3092648

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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": "3.5.5",
3+
"version": "4.0.0-pre",
44
"author": "Daniel Wirtz <[email protected]>",
55
"description": "A full-featured ByteBuffer implementation using typed arrays.",
66
"main": "dist/ByteBufferAB.js",

dist/ByteBufferAB.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
* @const
120120
* @expose
121121
*/
122-
ByteBuffer.VERSION = "3.5.5";
122+
ByteBuffer.VERSION = "4.0.0-pre";
123123

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

dist/ByteBufferAB.min.js

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

dist/ByteBufferAB.min.js.gz

4 Bytes
Binary file not shown.

dist/ByteBufferAB.min.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/ByteBufferNB.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 = "3.5.5";
113+
ByteBuffer.VERSION = "4.0.0-pre";
114114

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

dist/experimental/ByteBufferTA.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
* @const
120120
* @expose
121121
*/
122-
ByteBuffer.VERSION = "3.5.5";
122+
ByteBuffer.VERSION = "4.0.0-pre";
123123

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

0 commit comments

Comments
 (0)