Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Xuan-Quynh committed Sep 8, 2021
1 parent 17731e6 commit 0a3733b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QRichTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "QRichTextView"
spec.version = "0.0.7"
spec.version = "0.0.8"
spec.summary = "Pod version for https://github.com/aryaxt/iOS-Rich-Text-Editor.git"

# This description is used to generate tags and improve search results.
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion QRichTextView/Classes/RichTextEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@property (nonatomic, strong) UIImage* textColorImagePicker;
- (void)setBackgroundColorImage:(UIImage*)backgroundColorImage;
- (void)setTextColorImage:(UIImage*)textColorImage;

- (void)applyAttrubutesToSelectedRange:(id)attribute forKey:(NSString *)key;
- (instancetype)initWidthBackgroundColorImage:(UIImage*) backgroundColorImagePicker textColorImagePicker:(UIImage*) textColorImage;
- (void)setBorderColor:(UIColor*)borderColor;
- (void)setBorderWidth:(CGFloat)borderWidth;
Expand Down

0 comments on commit 0a3733b

Please sign in to comment.