File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bytebuffer" ,
3
- "version" : " 5 .0.1 " ,
3
+ "version" : " 6 .0.0-exodus.0 " ,
4
4
"author" : " Daniel Wirtz <dcode@dcode.io>" ,
5
5
"description" : " A full-featured ByteBuffer implementation using typed arrays." ,
6
6
"main" : " dist/bytebuffer.js" ,
Original file line number Diff line number Diff line change 124
124
* @const
125
125
* @expose
126
126
*/
127
- ByteBuffer . VERSION = "5 .0.1 " ;
127
+ ByteBuffer . VERSION = "6 .0.0-exodus.0 " ;
128
128
129
129
/**
130
130
* Little endian constant that can be used instead of its boolean value. Evaluates to `true`.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ module.exports = (function() {
110
110
* @const
111
111
* @expose
112
112
*/
113
- ByteBuffer . VERSION = "5 .0.1 " ;
113
+ ByteBuffer . VERSION = "6 .0.0-exodus.0 " ;
114
114
115
115
/**
116
116
* Little endian constant that can be used instead of its boolean value. Evaluates to `true`.
Original file line number Diff line number Diff line change 124
124
* @const
125
125
* @expose
126
126
*/
127
- ByteBuffer . VERSION = "5 .0.1 " ;
127
+ ByteBuffer . VERSION = "6 .0.0-exodus.0 " ;
128
128
129
129
/**
130
130
* Little endian constant that can be used instead of its boolean value. Evaluates to `true`.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @exodus/bytebuffer" ,
3
- "version" : " 5 .0.1 " ,
3
+ "version" : " 6 .0.0-exodus.0 " ,
4
4
"author" : " Daniel Wirtz <dcode@dcode.io>" ,
5
5
"description" : " The swiss army knife for binary data in JavaScript." ,
6
6
"main" : " dist/bytebuffer-node.js" ,
You can’t perform that action at this time.
0 commit comments