From fa61fb3d0c142ec63822921e741f535f8cc691ac Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Mon, 12 Oct 2015 12:13:42 -0400 Subject: [PATCH] Bump version to 2.0 because of breaking concatenation change. --- BonMot.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BonMot.podspec b/BonMot.podspec index 217e5253..4c06ecdf 100644 --- a/BonMot.podspec +++ b/BonMot.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "BonMot" - s.version = "1.2.2" + s.version = "2.0" s.summary = "An Objective-C attributed string generation library." s.description = <<-DESC BonMot removes all the mystery from creating beautiful, powerful attributed strings on iOS.