Skip to content

Commit

Permalink
publish v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed May 20, 2017
1 parent b87c116 commit c88e68f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ textStyle | View.propTypes.style | true | {color:'white'} | 自定义text的


方法 | 类型 | 可选 | 描述
----------------- | -------- | -------- | ----------- | -----------
----------------- | -------- | -------- | -----------
show(text, duration) | function | false | 弹出提示框,单位是毫秒
close() | function | true | 手动关闭提示框

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* react-native-easy-toast
* https://github.com/crazycodeboy/react-native-easy-toast
* Email:[email protected]
* Blog:http://jiapenghui.com
* Blog:http://www.devio.org/
* @flow
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-easy-toast",
"version": "1.0.5",
"version": "1.0.6",
"description": "A react native module to show toast like android, it works on iOS and Android.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c88e68f

Please sign in to comment.