diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 19e3f5f5931c9b1706afbbbcaa0fc4c595e0910d..411ed9c17b2e5f7c10f5647293f25f1b76f54788 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -3,7 +3,7 @@ "Name": "StompProtocolAndroid", "License": "MIT License", "License File": "LICENSE", - "Version Number": " master ", + "Version Number": " 1.6.6 ", "Upstream URL": "https://github.com/NaikSoftware/StompProtocolAndroid", "Description": "通过适用于Android的WebSocket的STOMP协议实现了Android的长连接" } diff --git a/README.md b/README.md index 4cdb6ab1e7414ad4d18ce56fd53b92532069723c..4692f470253895f1604156933f1d87359c176bfb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 项目移植状态:完成 - 调用差异:无 - 开发版本:sdk5,DevEco Studio2.1 beta4 -- 基线版本:基于原组件的Master分支 +- 基线版本:Release v1.6.6 #### 效果演示 ![效果演示](https://images.gitee.com/uploads/images/2021/0526/111504_59461e61_7918188.gif "Stom.gif") @@ -162,27 +162,4 @@ CloudTest代码测试无异常 ## 版本迭代 - 0.0.1-SNAPSHOT -## 版权和许可信息 -```` -he MIT License (MIT) - -Copyright (c) 2016 Nickolay Savchenko - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.