Skip to content

Commit 7003c56

Browse files
committed
6.2.1
1 parent fc383d0 commit 7003c56

File tree

18 files changed

+134
-26
lines changed

18 files changed

+134
-26
lines changed

LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
This license applies to all parts of protobuf.js except those files including
2-
or referencing a different license.
1+
This license applies to all parts of protobuf.js except those files explicitly
2+
including or referencing a different license or files located in a directory
3+
containing a different LICENSE file.
34

45
Apache License
56
Version 2.0, January 2004

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Production:
7777
<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.X.X/dist/protobuf.min.js"></script>
7878
```
7979

80-
**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases) your project depends upon.
80+
**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases/tags) your project depends upon.
8181

8282
Or [download](https://github.com/dcodeIO/protobuf.js/tree/master/dist) the library.
8383

@@ -315,6 +315,8 @@ Documentation
315315

316316
* [protobuf.js API Documentation](http://dcode.io/protobuf.js/)
317317

318+
* [Questions and answers on StackOverflow](http://stackoverflow.com/questions/tagged/protobuf.js)
319+
318320
Command line
319321
------------
320322

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Production:
1717
<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.X.X/dist/protobuf.min.js"></script>
1818
```
1919

20-
**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases) your project depends upon.
20+
**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases/tags) your project depends upon.
2121

2222
Frontend usage
2323
--------------

dist/protobuf.js

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

dist/protobuf.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf.min.js

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

dist/protobuf.min.js.gz

6 Bytes
Binary file not shown.

dist/protobuf.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Production:
1717
<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.X.X/dist/runtime/protobuf.min.js"></script>
1818
```
1919

20-
**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases) your project depends upon.
20+
**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases/tags) your project depends upon.
2121

2222
Frontend usage
2323
--------------

dist/runtime/protobuf.js

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

0 commit comments

Comments
 (0)