Skip to content

Commit

Permalink
Bump Version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoGuo authored Jun 1, 2020
1 parent 7b34641 commit 67963a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ Customizable attributes for PinInputTextField
<td>(String pin){}</td>
<td>Same as TextField's onChanged</td>
</tr>
<tr>
<td>textCapitalization</td>
<td>TextCapitalization.words</td>
<td>Same as TextField's textCapitalization</td>
</tr>
</table>

### FormField
Expand Down
5 changes: 5 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ PinInputTextField的自定义属性
<td>(String pin){}</td>
<td>跟TextField的onChanged一样</td>
</tr>
<tr>
<td>textCapitalization</td>
<td>TextCapitalization.words</td>
<td>跟TextField的textCapitalization一样</td>
</tr>
</table>

### 表单验证
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pin_input_text_field
description: A textField widget to help display different style pin written in pure dart, no extra dependency.
version: 3.0.1
version: 3.0.2
homepage: https://github.com/TinoGuo/pin_input_text_field

environment:
Expand Down

0 comments on commit 67963a0

Please sign in to comment.