Skip to content

Commit 7b8fb0c

Browse files
committed
Versioning, tag, npm
1 parent e01f1f6 commit 7b8fb0c

6 files changed

+6
-6
lines changed

ProtoBuf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @const
3939
* @expose
4040
*/
41-
ProtoBuf.VERSION = "2.2.0";
41+
ProtoBuf.VERSION = "2.2.1";
4242

4343
/**
4444
* Wire types.

ProtoBuf.min.js

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

ProtoBuf.noparse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @const
3939
* @expose
4040
*/
41-
ProtoBuf.VERSION = "2.2.0";
41+
ProtoBuf.VERSION = "2.2.1";
4242

4343
/**
4444
* Wire types.

ProtoBuf.noparse.min.js

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

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": "2.2.0",
4+
"version": "2.2.1",
55
"main": "ProtoBuf.js",
66
"license": "Apache-2.0",
77
"homepage": "http://dcode.io/",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protobufjs",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A full-featured protobuf implementation in plain JavaScript.",
55
"author": "Daniel Wirtz <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)