Skip to content

Commit 8eb5be0

Browse files
committed
ProtoBuf.js 3 release
1 parent 99cfbc5 commit 8eb5be0

10 files changed

+13
-13
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "protobuf",
33
"description": "Protocol Buffers for JavaScript. Finally.",
4-
"version": "3.0.0-pre",
4+
"version": "3.0.0",
55
"main": "ProtoBuf.js",
66
"license": "Apache-2.0",
77
"homepage": "http://dcode.io/",

dist/ProtoBuf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @const
4242
* @expose
4343
*/
44-
ProtoBuf.VERSION = "3.0.0-pre";
44+
ProtoBuf.VERSION = "3.0.0";
4545

4646
/**
4747
* Wire types.

dist/ProtoBuf.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ProtoBuf.min.js.gz

1 Byte
Binary file not shown.

dist/ProtoBuf.min.map

+1-1
Large diffs are not rendered by default.

dist/ProtoBuf.noparse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @const
4242
* @expose
4343
*/
44-
ProtoBuf.VERSION = "3.0.0-pre";
44+
ProtoBuf.VERSION = "3.0.0";
4545

4646
/**
4747
* Wire types.

dist/ProtoBuf.noparse.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ProtoBuf.noparse.min.js.gz

1 Byte
Binary file not shown.

dist/ProtoBuf.noparse.min.map

+1-1
Large diffs are not rendered by default.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protobufjs",
3-
"version": "3.0.0-pre",
3+
"version": "3.0.0",
44
"description": "Protocol Buffers for JavaScript. Finally.",
55
"author": "Daniel Wirtz <[email protected]>",
66
"contributors": [
@@ -19,7 +19,7 @@
1919
},
2020
"keywords": ["net", "buffer", "protobuf", "serialization", "bytebuffer", "websocket", "webrtc"],
2121
"dependencies": {
22-
"bytebuffer": "~3",
22+
"bytebuffer": "~3.1",
2323
"ascli": "latest"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)