Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
feat: 3.2.0 Version Bump (#217)
Browse files Browse the repository at this point in the history
* Version Bump

* Update RichTextViewSpec.swift
  • Loading branch information
BisuGit committed Jan 24, 2022
1 parent 0cfe702 commit 4dbc971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
@@ -1,7 +1,7 @@
PODS:
- Down (0.8.2)
- iosMath (1.1.1)
- RichTextView (3.1.0):
- RichTextView (3.2.0):
- Down
- iosMath
- SnapKit
Expand Down Expand Up @@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
Down: 8babe0cafe145de188d2efa76ea938a11a5fdc6f
iosMath: b34ba07d07db42347383033ed677d584107e4021
RichTextView: 2bfd640a652ce50dc313c11ac0703300df9148b9
RichTextView: 87a8f6a3a0c01bc402907899a3032024a816e3b6
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf
SwiftLint: 009a898ef2a1c851f45e1b59349bf6ff2ddc990d

Expand Down
2 changes: 1 addition & 1 deletion RichTextView.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RichTextView'
s.version = '3.1.0'
s.version = '3.2.0'
s.summary = 'iOS Text View that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links.'
s.description = <<-DESC
This is an iOS UIView that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links. Simply feed in an input
Expand Down
1 change: 0 additions & 1 deletion UnitTests/RichTextViewSpec.swift
Expand Up @@ -38,7 +38,6 @@ class RichTextViewSpec: QuickSpec {
DispatchQueue.global(qos: .background).async {
instance = nil
}

expect(deinitCalled).toEventually(beTrue(), timeout: .seconds(5))
}
}
Expand Down

0 comments on commit 4dbc971

Please sign in to comment.