From bd2bf8f75d2dda46baaa0d8a5b78aa8eae1ba35c Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Fri, 18 Dec 2015 17:06:39 -0500 Subject: [PATCH] Bump podspec version to 2.2. --- BonMot.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BonMot.podspec b/BonMot.podspec index caca30d0..c3b3e63b 100644 --- a/BonMot.podspec +++ b/BonMot.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BonMot" - s.version = "2.1.1" + s.version = "2.2" 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.