From 318c298029a7ca69c95da2a1a2c7e8d5e0f279f1 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 25 Jan 2022 14:21:19 -0500 Subject: [PATCH] feat: Version Bump 2.3.1 (#219) * Version Bump 2.3.1 * Update RichTextViewSpec.swift --- Example/Podfile.lock | 4 ++-- RichTextView.podspec | 2 +- UnitTests/RichTextViewSpec.swift | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index d6f3f38..5d61d66 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,7 +1,7 @@ PODS: - Down (0.8.2) - iosMath (1.1.1) - - RichTextView (3.2.0): + - RichTextView (3.2.1): - Down - iosMath - SnapKit @@ -33,7 +33,7 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Down: 8babe0cafe145de188d2efa76ea938a11a5fdc6f iosMath: b34ba07d07db42347383033ed677d584107e4021 - RichTextView: 87a8f6a3a0c01bc402907899a3032024a816e3b6 + RichTextView: 96906735e6f7e81c08403c7711ad908b3cb6ecd1 SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf SwiftLint: 009a898ef2a1c851f45e1b59349bf6ff2ddc990d diff --git a/RichTextView.podspec b/RichTextView.podspec index 4939452..e2541e8 100644 --- a/RichTextView.podspec +++ b/RichTextView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RichTextView' - s.version = '3.2.0' + s.version = '3.2.1' 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 diff --git a/UnitTests/RichTextViewSpec.swift b/UnitTests/RichTextViewSpec.swift index b65f130..96eca3b 100644 --- a/UnitTests/RichTextViewSpec.swift +++ b/UnitTests/RichTextViewSpec.swift @@ -61,7 +61,6 @@ class RichTextViewSpec: QuickSpec { expect(output.count).to(equal(1)) expect(output[0]).to(beAKindOf(WKWebView.self)) } - } // Empty Commit(To test permissions) context("Update") {