Skip to content

Commit

Permalink
Bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lm2343635 committed Jul 26, 2019
1 parent 570767a commit bb46cea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Kingfisher (5.7.0)
- RxAlertViewable (0.8.1):
- RxAlertViewable (0.8.2):
- RxCocoa (~> 5)
- RxSwift (~> 5)
- RxCocoa (5.0.0):
Expand Down Expand Up @@ -32,7 +32,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Kingfisher: c7d211b54f1f30d8060aadab177d52b4349c825b
RxAlertViewable: 6a5cc867c6027e1befb9ab781da7c39c542fd545
RxAlertViewable: 5661ec425807442f8e18069b879f3e1171841fba
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To show an alert, just send a singal to `alert`.
alert.onNext(.tip("Hello"))
```

### Customized title and message
### Customized default title, button name and tint color.

Customize your own strings and tint color using the following code.

Expand All @@ -75,7 +75,7 @@ RxAlert.config = RxAlertConfig(

### Customized alert controller

RxAlertViewable supports the following customzied alert types.
RxAlertViewable supports to customize button names and style of the tip and confirm alert.

- ```customTip(title:, message: String, item:, onConfirm:)```
- ```customConfirm(title: String, message:, item:, onConfirm:, onDeny:)```
Expand Down
2 changes: 1 addition & 1 deletion RxAlertViewable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = 'RxAlertViewable'
s.version = '0.8.1'
s.version = '0.8.2'
s.summary = 'A simple alert library with RxSwift supported.'

s.description = <<-DESC
Expand Down

0 comments on commit bb46cea

Please sign in to comment.