Skip to content

Commit c88e68f

Browse files
committed
publish v1.0.6
1 parent b87c116 commit c88e68f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ textStyle | View.propTypes.style | true | {color:'white'} | 自定义text的
135135

136136

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

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* react-native-easy-toast
33
* https://github.com/crazycodeboy/react-native-easy-toast
44
5-
* Blog:http://jiapenghui.com
5+
* Blog:http://www.devio.org/
66
* @flow
77
*/
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-easy-toast",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A react native module to show toast like android, it works on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)