Skip to content

Commit 76e41fd

Browse files
committed
Version 1.2.0
1 parent 46b8eb1 commit 76e41fd

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.1.7'
11+
s.version = '1.2.0'
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.1.7'
31+
pod 'CRBoxInputView', '1.2.0'
3232
```
3333

3434

README_en.md

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

2626
```ruby
27-
pod 'CRBoxInputView', '1.1.7'
27+
pod 'CRBoxInputView', '1.2.0'
2828
```
2929

3030

0 commit comments

Comments
 (0)