From 43c2862cda66a3919c8d10c53a41d258ec02b315 Mon Sep 17 00:00:00 2001 From: Caesar Wirth Date: Mon, 5 Oct 2015 13:20:33 +0900 Subject: [PATCH] Update Podspec --- RichEditorView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RichEditorView.podspec b/RichEditorView.podspec index c39e592b..3cfb1e54 100644 --- a/RichEditorView.podspec +++ b/RichEditorView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RichEditorView" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "Rich Text Editor for iOS written in Swift" s.homepage = "https://github.com/cjwirth/RichEditorView" s.license = 'BSD 3-clause'