Skip to content

Commit 3d08123

Browse files
committed
v1.2.1
1 parent 3cb1a38 commit 3d08123

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CRBoxInputView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CRBoxInputView'
11-
s.version = '1.2.0'
11+
s.version = '1.2.1'
1212
s.summary = 'You can use this widget for verify code, password input or phone number input.'
1313

1414
# This description is used to generate tags and improve search results.

Example/Pods/Target Support Files/CRBoxInputView/CRBoxInputView-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
CRBoxInputView 可以通过 [CocoaPods](https://cocoapods.org). 来安装, 只需简单的在你的 Podfile 中添加如下代码:
2929

3030
```ruby
31-
pod 'CRBoxInputView', '1.2.0'
31+
pod 'CRBoxInputView', '1.2.1'
3232
```
3333

3434

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CRBoxInputView is available through [CocoaPods](https://cocoapods.org). To insta
2626
it, simply add the following line to your Podfile:
2727

2828
```ruby
29-
pod 'CRBoxInputView', '1.2.0'
29+
pod 'CRBoxInputView', '1.2.1'
3030
```
3131

3232

0 commit comments

Comments
 (0)