Skip to content

Commit f4f2d74

Browse files
committed
Update to 2.0.5
1 parent f881f93 commit f4f2d74

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Ma Bingyao <andot@hprose.com>",
33
"name": "hprose-html5",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.",
66
"keywords": [
77
"hprose",

dist/hprose-html5.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hprose-html5",
33
"filename": "hprose-html5.js",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.",
66
"homepage": "https://github.com/andot/hprose",
77
"keywords": [

src/CopyRight.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Hprose for HTML5 v2.0.4
2-
// Copyright (c) 2008-2015 http://hprose.com
1+
// Hprose for HTML5 v2.0.5
2+
// Copyright (c) 2008-2016 http://hprose.com
33
// Hprose is freely distributable under the MIT license.
44
// For all details and documentation:
55
// https://github.com/hprose/hprose-html5

src/Loader.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* *
1414
* hprose CommonJS/AMD/CMD loader for HTML5. *
1515
* *
16-
* LastModified: Jul 15, 2015 *
16+
* LastModified: Feb 19, 2016 *
1717
* Author: Ma Bingyao <andot@hprose.com> *
1818
* *
1919
\**********************************************************/
@@ -41,6 +41,7 @@
4141
global.hprose.client = {
4242
Client: global.hprose.Client,
4343
HttpClient: global.hprose.HttpClient,
44+
TcpClient: global.hprose.TcpClient,
4445
WebSocketClient: global.hprose.WebSocketClient
4546
};
4647

0 commit comments

Comments
 (0)