Skip to content

Commit

Permalink
2016-02-03 Mojo::Weixin v1.0.2 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Feb 3, 2016
1 parent 8233ba7 commit a3933e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-02-03 Mojo::Weixin v1.0.2
1)文档完善
2)修复微信不同帐号可能使用不同api地址导致无法正常登录(不停重新登录)的bug 感谢 @飛 的反馈和提供测试支持

2016-01-26 Mojo::Weixin v1.0.1
1)大量文档完善
2)修复在某些情况下登录失败进入死循环的bug
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mojo-Weixin v1.0.1 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin)
Mojo-Weixin v1.0.2 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin)
========================
使用Perl语言编写的微信客户端框架,基于Mojolicious,要求Perl版本5.10.1+,可通过插件提供基于HTTP协议的api接口供其他语言或系统调用

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Weixin.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mojo::Weixin;
our $VERSION = '1.0.1';
our $VERSION = '1.0.2';
use Mojo::Weixin::Base 'Mojo::EventEmitter';
use Mojo::IOLoop;
use Mojo::Weixin::Log;
Expand Down

0 comments on commit a3933e3

Please sign in to comment.